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
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
docs-core
/
lib
/
VersionHistory
/
VersionHistoryBatch.ts
blob
9f64048402b3b2d56854a8dc2cf51e2266dd1eaf
1
export interface VersionHistoryUpdate {
2
content: Uint8Array
3
timestamp: number
4
}
5
6
export type VersionHistoryBatch = VersionHistoryUpdate[]