0
0
Fork 0

Add event data for the DeleteGame event

This commit is contained in:
Oliver-Akins 2020-12-26 14:42:59 -07:00
parent f37fc5fb4d
commit 0fc1b79408

View file

@ -17,6 +17,12 @@ interface GameCreated extends response {
}
interface DeleteGame {
game_code: string;
}
interface GameDeleted extends response {}
interface GetPastQuestions {
team: team;
}