@sanity/routes
    Preparing search index...

    Interface RouteMapEntry

    A single document-to-path mapping within a route map shard.

    interface RouteMapEntry {
        _key?: string;
        doc: { _ref: string; _type: "reference"; _weak?: boolean };
        path: string;
    }
    Index

    Properties

    Properties

    _key?: string
    doc: { _ref: string; _type: "reference"; _weak?: boolean }

    Weak reference to the source document.

    path: string

    Resolved URL path segment (without basePath or baseUrl).