UNPKG

tcx-builder

Version:
10 lines (9 loc) 265 B
import { Duration } from './Duration'; import { HeartRateValue } from '../HeartRate'; export declare class HeartRateAbove extends Duration { HeartRate: HeartRateValue; constructor(options: { heartRate: HeartRateValue; }); toXml(): string; }