aboutsummaryrefslogtreecommitdiff
path: root/packages/bank-ui/src/pages/AccountPage/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bank-ui/src/pages/AccountPage/index.ts')
-rw-r--r--packages/bank-ui/src/pages/AccountPage/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bank-ui/src/pages/AccountPage/index.ts b/packages/bank-ui/src/pages/AccountPage/index.ts
index 0223b12db..7776fbaa3 100644
--- a/packages/bank-ui/src/pages/AccountPage/index.ts
+++ b/packages/bank-ui/src/pages/AccountPage/index.ts
@@ -79,6 +79,7 @@ export namespace State {
account: string;
tab: "charge-wallet" | "wire-transfer" | undefined;
limit: AmountJson;
+ balance: AmountJson;
onAuthorizationRequired: () => void;
onOperationCreated: (wopid: string) => void;
onClose: () => void;