aboutsummaryrefslogtreecommitdiff
path: root/src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts')
-rw-r--r--src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts b/src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts
index 54b6088..1236577 100644
--- a/src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts
+++ b/src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts
@@ -2,3 +2,4 @@ export declare enum WalletType {
LEDGER = "Ledger",
NONE = ""
}
+export type ConfigurableWalletType = Exclude<WalletType, WalletType.NONE>;