export interface News { id?: string; name: string; description: string; thumbnail?: string; is_active: boolean; }