diff --git a/src/stores/branch-contact/types.ts b/src/stores/branch-contact/types.ts index 6ab313a2..6e5279de 100644 --- a/src/stores/branch-contact/types.ts +++ b/src/stores/branch-contact/types.ts @@ -1,7 +1,6 @@ export type BranchContact = { id: string; telephoneNo: string; - qrCodeImageUrl: string; updatedAt: string; updateBy: string; createdAt: string;