diff --git a/src/stores/quotations/types.ts b/src/stores/quotations/types.ts index 1cd3eac1..e7497ff9 100644 --- a/src/stores/quotations/types.ts +++ b/src/stores/quotations/types.ts @@ -201,6 +201,7 @@ export type Quotation = { contactTel: string; contactName: string; workName: string; + workerMax: number | null; code: string; statusOrder: number; vatExcluded: number;