RouteResults<N>: {
    [M in keyof RouteMethods<any>]: MethodAvailable<N, M>
}

Type Parameters