diff --git a/src/controllers/01-branch-controller.ts b/src/controllers/01-branch-controller.ts index c788b9e..0817826 100644 --- a/src/controllers/01-branch-controller.ts +++ b/src/controllers/01-branch-controller.ts @@ -53,6 +53,7 @@ type BranchCreate = { longitude: string; latitude: string; virtual?: boolean; + selectedImage?: string; bank?: { bankName: string; @@ -86,6 +87,7 @@ type BranchUpdate = { longitude?: string; latitude?: string; virtual?: boolean; + selectedImage?: string; subDistrictId?: string | null; districtId?: string | null;