diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index f922c043..45d7488b 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -55,8 +55,8 @@ export type BranchCreate = { telephoneNo: string; contactName: string; contact: string; - qrCodeImage: File; - imageUrl: File; + qrCodeImage?: File; + imageUrl?: File; lineId: string; };