Add the team's answers into the datastore team object.
This commit is contained in:
parent
48c0f995d1
commit
b49662f00f
1 changed files with 1 additions and 0 deletions
1
server/src/types/datastore.d.ts
vendored
1
server/src/types/datastore.d.ts
vendored
|
|
@ -11,6 +11,7 @@ type datastoreObjectCard = string[];
|
|||
interface datastoreTeam {
|
||||
questions: datastoreQuestionCard[];
|
||||
hand: datastoreQuestionCard[];
|
||||
answers: string[];
|
||||
id: team;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue