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
/
folder.ts
blob
14ac91f1174d9fcc25b2194cdaaebff9591e06c8
1
export interface CreateNewFolder {
2
Name: string;
3
Hash: string;
4
ParentLinkID: string;
5
NodePassphrase: string;
6
NodePassphraseSignature: string;
7
SignatureAddress: string;
8
NodeKey: string;
9
NodeHashKey: string;
10
XAttr?: string;
11
}