diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index 6b7898bc..ff1eba3c 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -32,7 +32,8 @@ export type CustomerBranch = { jobDescription: string; jobPosition: string; businessType: string; - agent: string; + agentUserId: string; + contactName: string; officeTel: string; contactTel: string; @@ -129,7 +130,7 @@ export type CustomerBranchCreate = { email: string; contactTel?: string; officeTel?: string; - agent?: string; + agentUserId?: string; status: Status; customerName?: string; registerName?: string;