3 lines
41 B
TypeScript
3 lines
41 B
TypeScript
|
interface CreepMemory{
|
||
|
role: string
|
||
|
}
|