0
0
Fork 0

Add type aliases for the two decks.

This commit is contained in:
Oliver-Akins 2020-12-24 21:57:06 -07:00
parent acd712e572
commit 1b452d2f1b

2
server/src/types/deck_types.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
type question_deck = string;
type object_deck = string[];