Fix name of type
This commit is contained in:
parent
c9a0eb5563
commit
3f7f30128e
1 changed files with 1 additions and 1 deletions
2
server/src/types/data.d.ts
vendored
2
server/src/types/data.d.ts
vendored
|
|
@ -72,7 +72,7 @@ interface GameRejoined extends response {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
interface RandomizeTeam {
|
interface RandomizeTeams {
|
||||||
game_code: string;
|
game_code: string;
|
||||||
}
|
}
|
||||||
interface TeamsRandomized extends response {
|
interface TeamsRandomized extends response {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue