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