aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 2a2aba461..0bb8db17a 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1587,6 +1587,11 @@ export interface BackupProviderRecord {
baseUrl: string;
/**
+ * Name of the provider
+ */
+ name: string;
+
+ /**
* Terms of service of the provider.
* Might be unavailable in the DB in certain situations
* (such as loading a recovery document).