Fix linting and build errors.
This commit is contained in:
parent
d8d05589e7
commit
36e1ea45d5
9 changed files with 94 additions and 45 deletions
|
|
@ -3,7 +3,7 @@ import Maze from "../model/maze.ts";
|
|||
export interface Action {
|
||||
type: string,
|
||||
|
||||
[key: string]: any
|
||||
[key: string]: boolean | number | string | object | null | undefined;
|
||||
}
|
||||
|
||||
export const ID_ACTION_STARTED_LOADING = 'started_loading';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue