mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-18 12:39:34 +01:00
fixed bug (#48)
This commit is contained in:
committed by
GitHub
parent
6ff26f3407
commit
3689a694d4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user