summaryrefslogtreecommitdiff
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 7ea8b9ead..902f749cf 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -450,6 +450,11 @@ export interface ExchangeDetailsRecord {
termsOfServiceText: string | undefined;
/**
+ * content-type of the last downloaded termsOfServiceText.
+ */
+ termsOfServiceContentType: string | undefined;
+
+ /**
* ETag for last terms of service download.
*/
termsOfServiceLastEtag: string | undefined;