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

    Type Alias RouteMap

    RouteMap: TypesConfig extends Record<"RouteNamedMap", infer RouteNamedMap>
        ? RouteNamedMap
        : RouteMapGeneric

    Convenience type to get the typed RouteMap or a generic one if not provided. It is extracted from the TypesConfig if it exists, it becomes RouteMapGeneric otherwise.