interface ListRouteStagesResponse {
    stages: RouteStage[];
    totalCount: number;
}

Properties

Properties

stages: RouteStage[]

Paginated list of summarized route stages.

totalCount: number

Count of all route stages matching the requested criteria.