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
/
bookmark.ts
blob
c468a2a47aaa18f024389a305ec2b8955427d389
1
import type { SharedURLInfo } from './sharing';
2
3
export interface BookmarkPayload {
4
EncryptedUrlPassword: string;
5
CreateTime: number;
6
Token: SharedURLInfo;
7
}
8
9
export interface CreateBookmarkPayload {
10
EncryptedUrlPassword: string;
11
AddressID: string;
12
AddressKeyID: string;
13
}