summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-21 11:47:11 +0200
committerFlorian Dold <florian@dold.me>2021-05-21 11:47:24 +0200
commit6b1aea426a5cb0d6d33757ccaafee831f4875c8c (patch)
tree838b256214cb2fdd766eafb704f08e55f74caa5b /packages/taler-wallet-core/src/db.ts
parentf0ab1449c56b23442beea57e6fd639cf584ec74a (diff)
downloadwallet-core-6b1aea426a5cb0d6d33757ccaafee831f4875c8c.tar.gz
wallet-core-6b1aea426a5cb0d6d33757ccaafee831f4875c8c.tar.bz2
wallet-core-6b1aea426a5cb0d6d33757ccaafee831f4875c8c.zip
tombstone processing in backup import
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 609f43ea1..0ff34d3c7 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1546,6 +1546,11 @@ export interface BackupProviderTerms {
}
export interface BackupProviderRecord {
+ /**
+ * Base URL of the provider.
+ *
+ * Primary key for the record.
+ */
baseUrl: string;
/**