UNPKG

tcx-builder

Version:
7 lines (6 loc) 277 B
import { BaseAttribute } from '../_common'; declare type ZoneType = 'PredefinedSpeedZone_t' | 'CustomSpeedZone_t' | 'PredefinedHeartRateZone_t' | 'CustomHeartRateZone_t'; export declare class ZoneAttributes extends BaseAttribute { constructor(type: ZoneType); } export {};