summaryrefslogtreecommitdiff
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:16:52 +0200
committerFlorian Dold <florian@dold.me>2023-10-23 16:16:52 +0200
commit8ba62f7e0e0e6208738ccff2c9da99e6353ec961 (patch)
tree2a8d6d388b326aa90970c35a0e8041de59692c23 /packages/taler-wallet-core/src/wallet-api-types.ts
parent2200de4e35766457c965b1a169737f71f051d516 (diff)
downloadwallet-core-8ba62f7e0e0e6208738ccff2c9da99e6353ec961.tar.gz
wallet-core-8ba62f7e0e0e6208738ccff2c9da99e6353ec961.tar.bz2
wallet-core-8ba62f7e0e0e6208738ccff2c9da99e6353ec961.zip
wallet-core: native logging support
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 b974aa4bb..daffd40ac 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -292,6 +292,7 @@ export interface WalletConfig {
*/
features: {
allowHttp: boolean;
+ useNativeLogging: boolean;
};
}