From cb3fc0c0a127a64414414b0358570a7ec531da5d Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 25 Oct 2024 17:37:24 +0700 Subject: [PATCH] feat: add field to type --- src/stores/quotations/types.ts | 1 + 1 file changed, 1 insertion(+) 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;