UNPKG

tcx-builder

Version:
8 lines (7 loc) 272 B
import { BaseAttribute } from '../_common'; import { TrainingType } from '../../interfaces'; export declare class PlanAttributes extends BaseAttribute { Type: TrainingType; IntervalWorkout: boolean; constructor(Type: TrainingType, IntervalWorkout: boolean); }