fix: แก้ type เพิ่ม imageUrl

This commit is contained in:
Net 2024-04-18 17:29:16 +07:00
parent b77c6dce1a
commit 1db1ae0296

View file

@ -17,6 +17,7 @@ export type Branch = {
latitude: string;
contactName: string;
qrCodeImageUrl: string;
imageUrl: string;
email: string;
zipCode: string;
subDistrictId: string | null;
@ -55,6 +56,7 @@ export type BranchCreate = {
contactName: string;
contact: string;
qrCodeImage: File;
imageUrl: File;
lineId: string;
};