.
This commit is contained in:
parent
588aacd48a
commit
00b892b91b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user