export type LanguagesView = { readonly id: number; name: string; code?: string | null; };