From e7e337605ef158c3f8ac249259f568a8729b0a19 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 14 May 2021 16:35:47 +0200 Subject: remove unused interfaces --- packages/taler-util/src/backupTypes.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'packages/taler-util/src/backupTypes.ts') diff --git a/packages/taler-util/src/backupTypes.ts b/packages/taler-util/src/backupTypes.ts index e0b12a064..ce2eb6b77 100644 --- a/packages/taler-util/src/backupTypes.ts +++ b/packages/taler-util/src/backupTypes.ts @@ -75,6 +75,10 @@ type DeviceIdString = string; */ type RawContractTerms = any; +/** + * Unique identifier for an operation, used to either (a) reference + * the operation in a tombstone (b) disambiguate conflicting writes. + */ type OperationUid = string; /** @@ -201,7 +205,6 @@ export interface WalletBackupContentV1 { tombstones: Tombstone[]; } - /** * Tombstone in the format ":" */ @@ -266,7 +269,7 @@ export interface BackupTrustExchange { * UIDs for the operation of adding this exchange * as trusted. */ - uids: OperationUid; + uids: OperationUid; } export class BackupBackupProviderTerms { @@ -1254,4 +1257,4 @@ export interface BackupRecovery { providers: { url: string; }[]; -} \ No newline at end of file +} -- cgit v1.2.3