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;
|
||||
zipCode: string;
|
||||
email: string;
|
||||
contactName: string;
|
||||
contactName?: string | null;
|
||||
contact: string | string[];
|
||||
telephoneNo: string;
|
||||
lineId: string;
|
||||
lineId?: string | null;
|
||||
longitude: string;
|
||||
latitude: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue