export enum CategoryEnum { NONE = 'none', TRAINING = 'training', STRETCHING = 'stretching', WARMUP = 'warmup' }