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;
|
zipCode: string;
|
||||||
email: string;
|
email: string;
|
||||||
contactName: string;
|
contactName: string;
|
||||||
|
telephoneHq: string;
|
||||||
telephoneNo: string | string[];
|
telephoneNo: string | string[];
|
||||||
lineId: string;
|
lineId: string;
|
||||||
longitude: string;
|
longitude: string;
|
||||||
|
|
@ -57,6 +58,7 @@ type BranchUpdate = {
|
||||||
zipCode?: string;
|
zipCode?: string;
|
||||||
email?: string;
|
email?: string;
|
||||||
contactName?: string;
|
contactName?: string;
|
||||||
|
telephoneHq: string;
|
||||||
telephoneNo?: string | string[];
|
telephoneNo?: string | string[];
|
||||||
lineId?: string;
|
lineId?: string;
|
||||||
longitude?: string;
|
longitude?: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue