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
Add prompt to metrics new version to explicitely override metric schema version
[ProtonMail-WebClient.git]
/
packages
/
metrics
/
lib
/
types
/
MetricVersions.ts
blob
375ff5171fda595c089a2249c3966f8f2c4e00e3
1
type MetricVersions = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
2
3
export default MetricVersions;