Add game_code to the SendCard payload.
This commit is contained in:
parent
4b2a13460d
commit
b005aed669
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
|
|
@ -45,6 +45,7 @@ interface NewHand {
|
|||
team: team;
|
||||
}
|
||||
interface SendCard {
|
||||
game_code: string;
|
||||
text: string;
|
||||
from: role;
|
||||
team: team;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue