feat: change to some field to optional

This commit is contained in:
Methapon2001 2024-04-19 09:28:17 +07:00
parent f7cc53e6ab
commit 030aa687e1

View file

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