/** * The workout intensity: * * ```easy``` * * ```moderate``` * * ```hard``` */ export type WorkoutIntensity = string;