@sanity/routes
    Preparing search index...

    Interface BuildResult

    Result of a buildRouteMap operation.

    interface BuildResult {
        entries: number;
        errors: string[];
        shards: number;
    }
    Index

    Properties

    Properties

    entries: number

    Total number of document entries across all shards.

    errors: string[]

    Error messages for any types that failed to build.

    shards: number

    Number of route map shards written.