Add data for the LeaveGame event
This commit is contained in:
parent
9989409c13
commit
82120ed516
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
|
|
@ -32,6 +32,12 @@ interface DeleteGame {
|
||||||
interface GameDeleted extends response {}
|
interface GameDeleted extends response {}
|
||||||
|
|
||||||
|
|
||||||
|
interface LeaveGame {
|
||||||
|
game_code: string;
|
||||||
|
}
|
||||||
|
interface GameLeft extends response {}
|
||||||
|
|
||||||
|
|
||||||
interface GetPastQuestions {
|
interface GetPastQuestions {
|
||||||
game_code: string;
|
game_code: string;
|
||||||
team: team;
|
team: team;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue