From 795195412b0987206b7b6d1b82907a2ae92d6060 Mon Sep 17 00:00:00 2001 From: Net Date: Wed, 11 Sep 2024 13:43:03 +0700 Subject: [PATCH] refactor: edit typqe --- src/stores/branch/types.ts | 1 + 1 file changed, 1 insertion(+) 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; };