Add payload datatypes for RandomizeTeams
This commit is contained in:
parent
c6546af332
commit
9629116470
1 changed files with 8 additions and 0 deletions
8
server/src/types/data.d.ts
vendored
8
server/src/types/data.d.ts
vendored
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue