updating data models

This commit is contained in:
lila 2026-04-05 01:21:32 +02:00
parent bfc09180f1
commit b16b5db3f7
2 changed files with 45 additions and 28 deletions

View file

@ -1,5 +1,7 @@
export const SUPPORTED_LANGUAGE_CODES = ["en", "it"] as const;
export const SUPPORTED_POS = ["noun"] as const;
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;