Sanity Library Reference Docs
    Preparing search index...
    interface SchemaBooleanNode {
        type: "boolean";
        value?: boolean;
    }
    Index

    Properties

    Properties

    type: "boolean"
    value?: boolean