Sanity Library Reference Docs
    Preparing search index...

    Interface ArrayItemErrorBeta

    interface ArrayItemError {
        error: InvalidItemTypeError;
        index: number;
        key: string;
        kind: "error";
    }
    Index

    Properties

    Properties

    index: number
    key: string
    kind: "error"