Adapt the Team object to work with the two hands
This commit is contained in:
parent
1a54b301d1
commit
39304d739b
2 changed files with 9 additions and 2 deletions
4
server/src/types/team_hands.d.ts
vendored
Normal file
4
server/src/types/team_hands.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
interface team_hands {
|
||||
guesser: question_deck[];
|
||||
writer: question_deck[];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue