refactor: add type agentUserId
This commit is contained in:
parent
ee752b9169
commit
dac32c8eae
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue