0
0
Fork 0

Add payload datatypes for RandomizeTeams

This commit is contained in:
Oliver-Akins 2021-02-28 19:40:22 -07:00
parent c6546af332
commit 9629116470

View file

@ -72,6 +72,14 @@ interface GameRejoined extends response {
} }
interface RandomizeTeam {
game_code: string;
}
interface TeamsRandomized extends response {
players: player[];
}
interface GetHand { interface GetHand {
game_code: string; game_code: string;
team: team; team: team;