export interface CreateAjusteDto { fechaAjuste: string; idSuscriptor: number; tipoAjuste: 'Credito' | 'Debito'; monto: number; motivo: string; }