Sanity Library Reference Docs
    Preparing search index...
    interface TypeSchema {
        name: string;
        title?: string;
        type: "type";
        value: SchemaNode;
    }
    Index

    Properties

    Properties

    name: string
    title?: string
    type: "type"
    value: SchemaNode