summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/declaration.d.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-12-07 09:29:36 -0300
committerSebastian <sebasjm@gmail.com>2022-12-07 16:08:14 -0300
commit54c8d0db31851e9dd0667da77b119994dee38770 (patch)
treeb42f8428e06144b448b3bb99adc343888f64acbf /packages/demobank-ui/src/declaration.d.ts
parentbb0955d89c32471fb228326e96a721fcd346d0d1 (diff)
downloadwallet-core-54c8d0db31851e9dd0667da77b119994dee38770.tar.gz
wallet-core-54c8d0db31851e9dd0667da77b119994dee38770.tar.bz2
wallet-core-54c8d0db31851e9dd0667da77b119994dee38770.zip
no-fix: move out useBackend hook
Diffstat (limited to 'packages/demobank-ui/src/declaration.d.ts')
-rw-r--r--packages/demobank-ui/src/declaration.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/demobank-ui/src/declaration.d.ts b/packages/demobank-ui/src/declaration.d.ts
index 084686bd2..70272cc54 100644
--- a/packages/demobank-ui/src/declaration.d.ts
+++ b/packages/demobank-ui/src/declaration.d.ts
@@ -23,15 +23,6 @@ declare module "jed" {
* Type definitions for states and API calls. *
*********************************************/
-/**
- * Has the information to reach and
- * authenticate at the bank's backend.
- */
-interface BackendStateType {
- url?: string;
- username?: string;
- password?: string;
-}
/**
* Request body of POST /transactions.