-remove unused record

This commit is contained in:
Florian Dold 2023-09-14 17:43:20 +02:00
parent 1ce53e1c21
commit 93e0f26b43
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -582,25 +582,6 @@ export interface ExchangeDetailsRecord {
ageMask?: number; ageMask?: number;
} }
export interface ExchangeTosRecord {
exchangeBaseUrl: string;
etag: string;
/**
* Terms of service text or undefined if not downloaded yet.
*
* This is just used as a cache of the last downloaded ToS.
*
*/
termsOfServiceText: string | undefined;
/**
* Content-type of the last downloaded termsOfServiceText.
*/
termsOfServiceContentType: string | undefined;
}
export interface ExchangeDetailsPointer { export interface ExchangeDetailsPointer {
masterPublicKey: string; masterPublicKey: string;