export type Entry = { id: number category: string | null fi: string | null en: string | null sv: string | null no: string | null ru: string | null de: string | null updated_at: string | null } export type Language = { code: keyof Pick name: string }