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

    Interface RouteFileJSONInterface

    interface RouteFileJSONInterface {
        createdAt: number | null;
        creator: CreatorJSONInterface;
        id?: string;
        name: string;
        routes: RouteJSONInterface[];
        srcFileType: string;
        stats?: DataJSONInterface;
        waypoints: RouteWaypointInterface[];
    }
    Index

    Properties

    createdAt: number | null
    id?: string
    name: string
    srcFileType: string