export interface NovedadesCanillasReporteDto { nomApe: string; fecha: string; detalle?: string | null; id?: string; // Para el DataGrid }