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