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