Massive/metrics.ts

6 lines
100 B
TypeScript

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