summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-11-01 15:37:50 +0100
committerFlorian Dold <florian@dold.me>2022-11-01 15:37:50 +0100
commite07c6fdff87e14416dc5c9cb9c44d987e6a260c4 (patch)
tree38247f8161f5065029068ee9634870e5db7f2e02
parentb010a415cd3bf837cefc63ec23a82cdc2a5b0c96 (diff)
downloaddocs-e07c6fdff87e14416dc5c9cb9c44d987e6a260c4.tar.gz
docs-e07c6fdff87e14416dc5c9cb9c44d987e6a260c4.tar.bz2
docs-e07c6fdff87e14416dc5c9cb9c44d987e6a260c4.zip
update wallet-core API docs
-rw-r--r--wallet/wallet-core.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md
index 79ffedf1..4735ecc2 100644
--- a/wallet/wallet-core.md
+++ b/wallet/wallet-core.md
@@ -2868,7 +2868,7 @@ export interface ExchangeListItem {
paytoUris: string[];
tosStatus: ExchangeTosStatus;
exchangeStatus: ExchangeEntryStatus;
- supportedAgeGroups: number[];
+ ageRestrictionOptions: number[];
/**
* Permanently added to the wallet, as opposed to just
* temporarily queried.