@sanity/routes
    Preparing search index...

    Interface BlueprintOptions

    interface BlueprintOptions {
        channel: string;
        types: string[];
    }
    Index

    Properties

    Properties

    channel: string

    The route config channel to sync (e.g., 'web').

    types: string[]

    Document types to watch for changes.