Sanity Library Reference Docs
    Preparing search index...

    Type Alias UnsetOp

    Represents an unset operation that can be applied to any value

    type UnsetOp = {
        type: "unset";
    }
    Index

    Properties

    Properties

    type: "unset"