This commit is contained in:
David Arranz 2026-04-14 17:16:31 +02:00
parent 588aacd48a
commit 00b892b91b

View File

@ -16,12 +16,12 @@ import {
import { Result } from "@repo/rdx-utils";
import {
type IProformaCreateProps,
type IProformaItemCreateProps,
ItemAmount,
ItemDescription,
ItemQuantity,
type Proforma,
type ProformaCreateProps,
ProformaItem,
ProformaItemTaxes,
type ProformaItemTaxesProps,
@ -139,7 +139,7 @@ export class SequelizeProformaItemDomainMapper extends SequelizeDomainMapper<
const { errors, index } = params as {
index: number;
errors: ValidationErrorDetail[];
parent: Partial<ProformaCreateProps>;
parent: Partial<IProformaCreateProps>;
};
// 1) Valores escalares (atributos generales)