export const SUPPORTED_LANGUAGE_CODES = ["en", "it"] 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; export const SUPPORTED_DECK_TYPES = ["grammar", "media"] as const;