refactoring data model
This commit is contained in:
parent
b16b5db3f7
commit
e80f291c41
3 changed files with 95 additions and 64 deletions
|
|
@ -5,3 +5,5 @@ export const SUPPORTED_POS = ["noun", "verb"] as const;
|
|||
export const GAME_ROUNDS = ["3", "10"] as const;
|
||||
|
||||
export const CEFR_LEVELS = ["A1", "A2", "B1", "B2", "C1", "C2"] as const;
|
||||
|
||||
export const SUPPORTED_DECK_TYPES = ["grammar", "media"] as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue