repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git]
/
packages
/
shared
/
lib
/
interfaces
/
drive
/
node.ts
blob
ae1d88844256d63c69690ae43bd16e0a11c17898
1
import type { PrivateKeyReference, SessionKey } from '@proton/crypto';
2
3
export interface NodeKeys {
4
privateKey: PrivateKeyReference;
5
sessionKey?: SessionKey;
6
}