Add a GamePiece type
This commit is contained in:
parent
be50ff62d9
commit
5fbbf09144
1 changed files with 3 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
||||||
export type Board = (string|null)[];
|
export type GamePiece = string | null;
|
||||||
|
|
||||||
|
export type Board = GamePiece[];
|
||||||
Loading…
Add table
Add a link
Reference in a new issue