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

    Type Alias RouteLocationNormalizedLoadedTypedList<RouteMap$1>Internal

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

    List of all possible RouteLocationNormalizedLoaded indexed by the route name.

    Type Parameters