Add event data for the DeleteGame event
This commit is contained in:
parent
f37fc5fb4d
commit
0fc1b79408
1 changed files with 6 additions and 0 deletions
6
server/src/types/data.d.ts
vendored
6
server/src/types/data.d.ts
vendored
|
|
@ -17,6 +17,12 @@ interface GameCreated extends response {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
interface DeleteGame {
|
||||||
|
game_code: string;
|
||||||
|
}
|
||||||
|
interface GameDeleted extends response {}
|
||||||
|
|
||||||
|
|
||||||
interface GetPastQuestions {
|
interface GetPastQuestions {
|
||||||
team: team;
|
team: team;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue