export interface Marchio { id?: string; image_id: string; Marca: string; Attivo: boolean; slug: string; }