Sanity Library Reference Docs
    Preparing search index...

    Type Alias SetIfMissingOp<T>

    Represents a setIfMissing operation that can be applied to any value

    type SetIfMissingOp<T> = {
        type: "setIfMissing";
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    type: "setIfMissing"
    value: T