fix: type
This commit is contained in:
parent
362cb7c15a
commit
31fd37a503
1 changed files with 9 additions and 11 deletions
|
|
@ -251,17 +251,15 @@ export type QuotationFull = {
|
|||
};
|
||||
|
||||
export type QuotationPayload = {
|
||||
productServiceList: [
|
||||
{
|
||||
vat: number;
|
||||
pricePerUnit: number;
|
||||
discount: number;
|
||||
amount: number;
|
||||
productId: string;
|
||||
workId: string;
|
||||
serviceId: string;
|
||||
},
|
||||
];
|
||||
productServiceList: {
|
||||
vat: number;
|
||||
pricePerUnit: number;
|
||||
discount: number;
|
||||
amount: number;
|
||||
productId: string;
|
||||
workId: string;
|
||||
serviceId: string;
|
||||
}[];
|
||||
urgent: boolean;
|
||||
customerBranchId: string;
|
||||
worker: (string | EmployeeWorker)[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue