feat: change to some field to optional
This commit is contained in:
parent
f7cc53e6ab
commit
030aa687e1
1 changed files with 2 additions and 2 deletions
|
|
@ -35,10 +35,10 @@ type BranchCreate = {
|
||||||
address: string;
|
address: string;
|
||||||
zipCode: string;
|
zipCode: string;
|
||||||
email: string;
|
email: string;
|
||||||
contactName: string;
|
contactName?: string | null;
|
||||||
contact: string | string[];
|
contact: string | string[];
|
||||||
telephoneNo: string;
|
telephoneNo: string;
|
||||||
lineId: string;
|
lineId?: string | null;
|
||||||
longitude: string;
|
longitude: string;
|
||||||
latitude: string;
|
latitude: string;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue