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

    Interface HydratedProfile

    A profile hydrated into as-of resolvers — built once per activity render.

    interface HydratedProfile {
        ftpWatts: AsOf<ScalarEntry>;
        hrZone: AsOf<HrZoneEntry>;
        paceThreshold: AsOf<PaceThresholdEntry>;
        weightKg: AsOf<ScalarEntry>;
    }
    Index

    Properties

    ftpWatts: AsOf<ScalarEntry>
    hrZone: AsOf<HrZoneEntry>
    paceThreshold: AsOf<PaceThresholdEntry>
    weightKg: AsOf<ScalarEntry>