refactor: change installments data
This commit is contained in:
parent
e80e2f725b
commit
f4efa45fdc
4 changed files with 24 additions and 5 deletions
|
|
@ -98,7 +98,7 @@ type QuotationUpdate = {
|
|||
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