diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index d68e9c0c..0baf4bef 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -11,6 +11,7 @@ export type BankBook = { accountType: string; currentlyUse: boolean; bankQr?: File; + bankUrl?: string; branchId?: string; };