fixed bug (#48)

This commit is contained in:
Valentin Heiserer
2024-04-23 22:37:43 +02:00
committed by GitHub
parent 6ff26f3407
commit 3689a694d4
2 changed files with 3 additions and 7 deletions

View File

@@ -98,13 +98,9 @@ export interface GameState {
}
export interface GameStateJson {
gamestate: GameState,
}
export interface EmptyMessage {
message_type: string;
content: GameStateJson | CardArray | CardObject;
content: GameState | CardArray | CardObject;
}
// Define a union type for all possible message types