screepCode/src/index.d.ts

5 lines
71 B
TypeScript
Raw Normal View History

2024-11-03 20:56:43 +08:00
interface CreepMemory{
role: string,
working: boolean | null
}