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

    Type Alias RouteLocationAsRelativeTypedList<RouteMap>Internal

    RouteLocationAsRelativeTypedList: {
        [N in keyof RouteMap]: RouteLocationAsRelativeTyped<RouteMap, N>
    }

    List of all possible RouteLocationAsRelative indexed by the route name.

    Type Parameters