Add GetHand type data
This commit is contained in:
parent
d0a36cca57
commit
039d93ce5b
1 changed files with 4 additions and 0 deletions
4
server/src/types/data.d.ts
vendored
4
server/src/types/data.d.ts
vendored
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue