484fdbc
1
2
3
4
5
6
export enum FitnessGoal { LOSE_WEIGHT = "lose weight", GAIN_MUSCLE = "gain muscle", GET_FITTER = "get fitter", }