For the source code, please visit https://github.com/zevrant/screeps
I am encountering an issue with my implementation of interfaces in TypeScript. When trying to call the implemented interface, I am getting the following error: "TypeError: spawn.memory.tasks[0].execute is not a function." As a Java developer primarily experienced with Angular, my understanding of TypeScript may be limited.
Edit1
Upon logging the object:
{"priority":10,"class":"SpawnCreep","outputs":{},"requirements":{},...