export interface Categoria { id?: string; slug: string; Attivo: boolean; UrlImg: string; parent: string; catalogo_id: string; image_id: string; }