0
0
Fork 0

Add data for the LeaveGame event

This commit is contained in:
Oliver-Akins 2021-01-02 00:33:37 -07:00
parent 9989409c13
commit 82120ed516

View file

@ -32,6 +32,12 @@ interface DeleteGame {
interface GameDeleted extends response {}
interface LeaveGame {
game_code: string;
}
interface GameLeft extends response {}
interface GetPastQuestions {
game_code: string;
team: team;