export type LanguageOrdering = ("@none" | "@other" | string)[]; export type LanguageKey = "@none" | string;