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

    Type Alias RouteLocationAsRelativeTypedList<RouteMap$1>Internal

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

    List of all possible RouteLocationAsRelative indexed by the route name.

    Type Parameters