✨ Created Hook separated file
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
export type GameState = {
|
||||
status: string;
|
||||
difficulty: string;
|
||||
gridSize: number;
|
||||
bombs: number;
|
||||
placedFlags: number;
|
||||
gameTime: string;
|
||||
endType: string;
|
||||
};
|
||||
Reference in New Issue
Block a user