feat: add hq tel field

This commit is contained in:
Methapon2001 2024-04-18 13:09:29 +07:00
parent b3277c8560
commit 208aa77efd

View file

@ -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;