updating schema
This commit is contained in:
parent
0cb9fe1485
commit
e79fa6922b
8 changed files with 674 additions and 3 deletions
|
|
@ -7,3 +7,5 @@ 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;
|
||||
|
||||
export const DIFFICULTY_LEVELS = ["easy", "intermediate", "hard"] as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue