Add type aliases for the two decks.
This commit is contained in:
parent
acd712e572
commit
1b452d2f1b
1 changed files with 2 additions and 0 deletions
2
server/src/types/deck_types.d.ts
vendored
Normal file
2
server/src/types/deck_types.d.ts
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
type question_deck = string;
|
||||
type object_deck = string[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue