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

    Type Alias RouteLocationNormalizedLoadedTypedList<RouteMap>Internal

    RouteLocationNormalizedLoadedTypedList: {
        [N in keyof RouteMap]: RouteLocationNormalizedLoadedTyped<RouteMap, N>
    }

    List of all possible RouteLocationNormalizedLoaded indexed by the route name.

    Type Parameters