sparkletown/sparkle

View on GitHub
src/components/templates/AnimateMap/game/commands/Command.ts

Summary

Maintainability
A
0 mins
Test Coverage
export default interface Command {
  execute(): Promise<Command>;
}