Add an interface for the GameRejoined response
This commit is contained in:
parent
0fc1b79408
commit
624ebf123e
1 changed files with 1 additions and 0 deletions
1
server/src/types/data.d.ts
vendored
1
server/src/types/data.d.ts
vendored
|
|
@ -36,6 +36,7 @@ interface JoinGame {
|
||||||
name: string;
|
name: string;
|
||||||
}
|
}
|
||||||
interface GameJoined extends response {}
|
interface GameJoined extends response {}
|
||||||
|
interface GameRejoined extends response {}
|
||||||
|
|
||||||
|
|
||||||
interface NewHand {
|
interface NewHand {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue