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

    Type Alias RouteLocationNormalizedTypedList<RouteMap>Internal

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

    List of all possible RouteLocationNormalized indexed by the route name.

    Type Parameters