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 = {
|
export type QuotationPayload = {
|
||||||
productServiceList: [
|
productServiceList: {
|
||||||
{
|
vat: number;
|
||||||
vat: number;
|
pricePerUnit: number;
|
||||||
pricePerUnit: number;
|
discount: number;
|
||||||
discount: number;
|
amount: number;
|
||||||
amount: number;
|
productId: string;
|
||||||
productId: string;
|
workId: string;
|
||||||
workId: string;
|
serviceId: string;
|
||||||
serviceId: string;
|
}[];
|
||||||
},
|
|
||||||
];
|
|
||||||
urgent: boolean;
|
urgent: boolean;
|
||||||
customerBranchId: string;
|
customerBranchId: string;
|
||||||
worker: (string | EmployeeWorker)[];
|
worker: (string | EmployeeWorker)[];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue