modarb-be / src /common /enums /fitness-goal.enum.ts
moahmedwafy's picture
feat: crud service
484fdbc
raw
history blame
119 Bytes
export enum FitnessGoal {
LOSE_WEIGHT = "lose weight",
GAIN_MUSCLE = "gain muscle",
GET_FITTER = "get fitter",
}