File size: 188 Bytes
484fdbc
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export enum PreferredEquipment {
  BARBELLS = "barbells",
  DUMBBELLS = "dumbbells",
  GYM_MACHINES = "gym machines",
  RESISTANCE_BAND = "resistance band",
  BODYWEIGHT = "bodyweight",
}