first commit
This commit is contained in:
9
client/src/types/index.ts
Normal file
9
client/src/types/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Re-export generated schema classes
|
||||
export { Player } from './Player'
|
||||
export { GameState } from './GameState'
|
||||
|
||||
// Additional types that are not Schema classes
|
||||
export interface GameRoomOptions {
|
||||
gameMode?: string;
|
||||
playerName?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user