diff --git a/src/stores/quotations/types.ts b/src/stores/quotations/types.ts index ac3740de..e260bd52 100644 --- a/src/stores/quotations/types.ts +++ b/src/stores/quotations/types.ts @@ -44,7 +44,12 @@ export type CustomerBranchRelation = { payDate: string; jobDescription: string; jobPosition: string; - businessType: string; + businessTypeId: string; + businessType?: { + id: string; + name: string; + nameEN: string; + }; contactName: string; officeTel: string; contactTel: string; @@ -80,7 +85,6 @@ export type CustomerBranchRelation = { namePrefix: string; telephoneNo: string; codeCustomer: string; - customerName: string; updatedByUserId: string; createdByUserId: string; code: string;