Interface IndexedRouteMapGetRequest

interface IndexedRouteMapGetRequest {
    onlyDirectRoutes?: boolean;
}

Properties

onlyDirectRoutes?: boolean