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

    Type Alias RouteLocationNormalizedTypedList<RouteMap$1>Internal

    RouteLocationNormalizedTypedList: {
        [N in keyof RouteMap$1]: RouteLocationNormalizedTyped<RouteMap$1, N>
    }

    List of all possible RouteLocationNormalized indexed by the route name.

    Type Parameters