Add ResetGame types
This commit is contained in:
parent
aa5159d10f
commit
3441e5acd2
2 changed files with 6 additions and 1 deletions
5
server/src/types/data.d.ts
vendored
5
server/src/types/data.d.ts
vendored
|
|
@ -45,6 +45,11 @@ interface StartGame {
|
|||
}
|
||||
interface GameStarted extends response {}
|
||||
|
||||
interface ResetGame {
|
||||
game_code: string;
|
||||
}
|
||||
interface GameReset extends response {}
|
||||
|
||||
|
||||
interface GetPastQuestions {
|
||||
game_code: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue