Sanity Library Reference Docs
    Preparing search index...

    Interface GlobalDocumentReferenceTypeBeta

    interface GlobalDocumentReferenceType {
        __experimental_search: never;
        icon: ComponentType;
        preview: PreviewConfig;
        title?: string;
        type: string;
    }
    Index

    Properties

    __experimental_search: never

    Unused. It's only here for the type to be compatible with createSearchQuery.ts

    icon: ComponentType
    preview: PreviewConfig
    title?: string
    type: string