fix: wrong type
This commit is contained in:
parent
8ff078fce7
commit
814ef87d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ export type QuotationPayload = {
|
|||
discount?: number;
|
||||
amount: number;
|
||||
product: ProductRelation;
|
||||
installmentNo?: string;
|
||||
installmentNo?: number;
|
||||
work?: WorkRelation | null;
|
||||
service?: ServiceRelation | null;
|
||||
}[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue