@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias RouteLocationAsPathTypedList<RouteMap>Internal

    RouteLocationAsPathTypedList: {
        [N in keyof RouteMap]: RouteLocationAsPathTyped<RouteMap, N>
    }

    List of all possible RouteLocationAsPath indexed by the route name.

    Type Parameters