refactoring data model

This commit is contained in:
lila 2026-04-05 18:57:09 +02:00
parent b16b5db3f7
commit e80f291c41
3 changed files with 95 additions and 64 deletions

View file

@ -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;