interface ListRoutesResponse {
    routes: RouteSummary[];
    totalCount: number;
}

Properties

Properties

routes: RouteSummary[]

Page of routes.

totalCount: number

Total number of routes.