export enum WorkoutPlace { GYM = "gym", HOME = "home", BOTH = "both", }