Massive/metrics.ts

6 lines
100 B
TypeScript
Raw Normal View History

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