0
0
Fork 0

Add ResetGame types

This commit is contained in:
Oliver-Akins 2021-01-07 18:15:32 -07:00
parent aa5159d10f
commit 3441e5acd2
2 changed files with 6 additions and 1 deletions

View file

@ -45,6 +45,11 @@ interface StartGame {
}
interface GameStarted extends response {}
interface ResetGame {
game_code: string;
}
interface GameReset extends response {}
interface GetPastQuestions {
game_code: string;