modarb-be / src /common /enums /preferred-equipment.enum.ts
moahmedwafy's picture
feat: crud service
484fdbc
raw
history blame contribute delete
188 Bytes
export enum PreferredEquipment {
BARBELLS = "barbells",
DUMBBELLS = "dumbbells",
GYM_MACHINES = "gym machines",
RESISTANCE_BAND = "resistance band",
BODYWEIGHT = "bodyweight",
}