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

    Interface EventJSONInterface

    interface EventJSONInterface {
        activities: ActivityJSONInterface[];
        description: string | null;
        endDate: number;
        id?: string;
        isMerge: boolean;
        name: string;
        powerCurve?: DataJSONInterface | null;
        privacy: Privacy;
        srcFileType: FileType;
        startDate: number;
        stats: DataJSONInterface;
    }
    Index

    Properties

    activities: ActivityJSONInterface[]
    description: string | null
    endDate: number
    id?: string
    isMerge: boolean
    name: string
    powerCurve?: DataJSONInterface | null
    privacy: Privacy
    srcFileType: FileType
    startDate: number