Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / shared / lib / interfaces / drive / node.ts
blobae1d88844256d63c69690ae43bd16e0a11c17898
1 import type { PrivateKeyReference, SessionKey } from '@proton/crypto';
3 export interface NodeKeys {
4     privateKey: PrivateKeyReference;
5     sessionKey?: SessionKey;