-remove unused record
This commit is contained in:
parent
1ce53e1c21
commit
93e0f26b43
@ -582,25 +582,6 @@ export interface ExchangeDetailsRecord {
|
||||
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 {
|
||||
masterPublicKey: string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user