File size: 78 Bytes
484fdbc
 
 
 
 
1
2
3
4
5
6
export enum WorkoutPlace {
  GYM = "gym",
  HOME = "home",
  BOTH = "both",
}