diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index de7dd3f..3775dcf 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -40,7 +40,7 @@ type QuotationCreate = { payCondition: PayCondition; paySplitCount?: number; - paySplit?: { date: Date; amount: number }[]; + paySplit?: { amount: number }[]; payBillDate?: Date;