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

    Type Alias RouteLocationAsPathTypedList<RouteMap$1>Internal

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

    List of all possible RouteLocationAsPath indexed by the route name.

    Type Parameters