Sports Lib API - v17.3.0
    Preparing search index...

    Interface ActivityJSONInterface

    interface ActivityJSONInterface {
        creator: CreatorJSONInterface;
        endDate: number;
        events: DataJSONInterface[];
        id?: string;
        intensityZones: IntensityZonesJSONInterface[];
        laps: LapJSONInterface[];
        name: string | null;
        powerCurve?: DataJSONInterface | null;
        powerMeter: boolean;
        startDate: number;
        stats: DataJSONInterface;
        streams: { [key: string]: (number | null)[] } | StreamJSONInterface[];
        swimLengths?: SwimLengthJSONInterface[];
        trainer: boolean;
        type: ActivityTypes;
    }
    Index

    Properties

    endDate: number
    id?: string
    intensityZones: IntensityZonesJSONInterface[]
    name: string | null
    powerCurve?: DataJSONInterface | null
    powerMeter: boolean
    startDate: number
    streams: { [key: string]: (number | null)[] } | StreamJSONInterface[]
    swimLengths?: SwimLengthJSONInterface[]
    trainer: boolean