Variable TrackAttributesConst

TrackAttributes: TObject<{
    course: TOptional<TString>;
    eCourse: TOptional<TString>;
    eSlope: TOptional<TString>;
    eSpeed: TOptional<TString>;
    slope: TOptional<TString>;
    speed: TOptional<TString>;
}> = ...