@sports-alliance/sports-lib
Version:
A Library to for importing / exporting and processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc
9 lines (8 loc) • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataPowerZoneSevenDuration = void 0;
const data_duration_1 = require("./data.duration");
class DataPowerZoneSevenDuration extends data_duration_1.DataDuration {
}
exports.DataPowerZoneSevenDuration = DataPowerZoneSevenDuration;
DataPowerZoneSevenDuration.type = 'Power Zone Seven Duration';