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

    Interface PaceThresholdEntry

    Pace-zone basis: a recent 5 k time in seconds (zones are relative to it).

    interface PaceThresholdEntry {
        at: string;
        fiveKSeconds: number;
    }
    Index

    Properties

    Properties

    at: string
    fiveKSeconds: number