feat: add hq tel field
This commit is contained in:
parent
b3277c8560
commit
208aa77efd
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ type BranchCreate = {
|
|||
zipCode: string;
|
||||
email: string;
|
||||
contactName: string;
|
||||
telephoneHq: string;
|
||||
telephoneNo: string | string[];
|
||||
lineId: string;
|
||||
longitude: string;
|
||||
|
|
@ -57,6 +58,7 @@ type BranchUpdate = {
|
|||
zipCode?: string;
|
||||
email?: string;
|
||||
contactName?: string;
|
||||
telephoneHq: string;
|
||||
telephoneNo?: string | string[];
|
||||
lineId?: string;
|
||||
longitude?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue