diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 76db798b..f922c043 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -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; };