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;
|
team: team;
|
||||||
}
|
}
|
||||||
interface SendCard {
|
interface SendCard {
|
||||||
|
game_code: string;
|
||||||
text: string;
|
text: string;
|
||||||
from: role;
|
from: role;
|
||||||
team: team;
|
team: team;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue