aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-23 16:30:56 +0200
committerFlorian Dold <florian@dold.me>2023-10-23 16:30:56 +0200
commit51cf4180827f4560df954744f724f0bfc5d29a20 (patch)
treecd09aca490eb1f67d7a55104f80a28d537ddbbf1 /packages/taler-wallet-core/src/wallet-api-types.ts
parent9515979bb6351ed6325541d1dfa4375463ae9428 (diff)
downloadwallet-core-51cf4180827f4560df954744f724f0bfc5d29a20.tar.xz
move skipDefaults to wallet config
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index daffd40ac..3741105a4 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -285,6 +285,7 @@ export interface WalletConfig {
devModeActive: boolean;
insecureTrustExchange: boolean;
preventThrottling: boolean;
+ skipDefaults: boolean;
};
/**