export interface UltimoCierreDto { idCierre: number; fechaCorte: string; // "yyyy-MM-dd" saldoCierre: number; estado: 'Activo' | 'Anulado'; }