Spaces:
Running
Running
export interface Action { | |
execute(): void; | |
undo(): void; | |
} | |
export interface Action { | |
execute(): void; | |
undo(): void; | |
} | |