export interface Localization { id: number; name: string; language: string; lines?: Record; created_at?: string; updated_at?: string; }