Sanity Library Reference Docs
    Preparing search index...
    interface DocumentSchema {
        fields: Partial<Record<string, SchemaObjectField>>;
        icon?: string;
        name: string;
        title?: string;
        type: "document";
    }
    Index

    Properties

    fields: Partial<Record<string, SchemaObjectField>>
    icon?: string
    name: string
    title?: string
    type: "document"