export interface ICategory { id?: number, descr_it?: string descr_en?: string descr_es?: string campo2bool: boolean }