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