Remove IDs from the data objects.
This commit is contained in:
parent
09c61f77bd
commit
acd712e572
1 changed files with 1 additions and 5 deletions
6
server/src/types/data.d.ts
vendored
6
server/src/types/data.d.ts
vendored
|
|
@ -14,7 +14,6 @@ interface CreateGame {
|
|||
}
|
||||
interface GameCreated extends response {
|
||||
game_code?: string;
|
||||
id?: string;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -29,11 +28,8 @@ interface PastQuestions extends response {
|
|||
interface JoinGame {
|
||||
game_code: string;
|
||||
name: string;
|
||||
id?: string;
|
||||
}
|
||||
interface GameJoined extends response {
|
||||
id?: string;
|
||||
}
|
||||
interface GameJoined extends response {}
|
||||
|
||||
|
||||
interface NewHand {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue