File size: 67 Bytes
e6b949c
 
 
 
1
2
3
4
5
export interface Action {
    execute(): void;
    undo(): void;
}