Massive/metrics.ts

6 lines
98 B
TypeScript

export enum Metrics {
Best = "Best weight",
Volume = "Volume",
OneRepMax = "One rep max",
}