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

    Interface DatedActivityPowerCurve

    One activity's mean-max power curve, dated so a caller can construct chronological capacity snapshots without future-data leakage.

    interface DatedActivityPowerCurve {
        activityType: ActivityTypes;
        date: string;
        powerCurve: readonly PowerCurveSampleLike[];
        sourceId: string;
    }
    Index

    Properties

    activityType: ActivityTypes

    Exact canonical activity type. Distinct types are never pooled.

    date: string

    UTC calendar date in YYYY-MM-DD form.

    powerCurve: readonly PowerCurveSampleLike[]

    Mean-max power points for this activity.

    sourceId: string

    Stable caller-owned identifier used for deduplication and provenance.