0
0
Fork 0

Add GetHand type data

This commit is contained in:
Oliver-Akins 2021-01-03 16:35:45 -07:00
parent d0a36cca57
commit 039d93ce5b

View file

@ -65,6 +65,10 @@ interface GameRejoined extends response {
} }
interface GetHand {
game_code: string;
team: team;
}
interface NewHand { interface NewHand {
game_code: string; game_code: string;
team: team; team: team;