0
0
Fork 0

Update team datastore types

This commit is contained in:
Oliver-Akins 2021-02-28 19:36:54 -07:00
parent 39304d739b
commit f8cc97fa58
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ type datastoreObjectCard = string[];
interface datastoreTeam {
questions: datastoreQuestionCard[];
hand: datastoreQuestionCard[];
hands: team_hands;
answers: string[];
id: team;
}