diff --git a/src/stores/quotations/types.ts b/src/stores/quotations/types.ts index ce29ff26..d5b948c8 100644 --- a/src/stores/quotations/types.ts +++ b/src/stores/quotations/types.ts @@ -241,6 +241,7 @@ export type QuotationFull = { export type QuotationPayload = { productServiceList: { + workerIndex: number[]; vat?: number; pricePerUnit?: number; discount?: number;