0
0
Fork 0

Add an interface for the GameRejoined response

This commit is contained in:
Oliver-Akins 2020-12-26 14:43:17 -07:00
parent 0fc1b79408
commit 624ebf123e

View file

@ -36,6 +36,7 @@ interface JoinGame {
name: string;
}
interface GameJoined extends response {}
interface GameRejoined extends response {}
interface NewHand {