export interface CrearCierreDto { idDistribuidor: number; idEmpresa: number; fechaCorte: string; // "yyyy-MM-dd" justificacion?: string | null; }