fix: payload
This commit is contained in:
parent
894a4c031a
commit
6fc3c69559
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ type QuotationCreate = {
|
|||
payCondition: PayCondition;
|
||||
|
||||
paySplitCount?: number;
|
||||
paySplit?: { date: Date; amount: number }[];
|
||||
paySplit?: { amount: number }[];
|
||||
|
||||
payBillDate?: Date;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue