Sanity Library Reference Docs
    Preparing search index...

    Type Alias SetOp<T>

    Represents a set-operation that can be applied to any value

    type SetOp<T> = {
        type: "set";
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    type: "set"
    value: T