@pond-ts/fit API Reference
    Preparing search index...

    Interface ImportedActivity

    An activity together with its streams — the shape an import yields. Laps are present only for sources that record them (FIT); GPX/manual omit them.

    interface ImportedActivity {
        activity: ActivityMeta;
        laps?: Lap[];
        streams: ActivityStreams;
    }
    Index

    Properties

    activity: ActivityMeta
    laps?: Lap[]