Sanity Library Reference Docs
    Preparing search index...

    Type Alias UndeclaredMembersError

    This error may happen for objects if we encounter fields that are not declared in the schema

    type UndeclaredMembersError = {
        schemaType: ArraySchemaType;
        type: "UNDECLARED_MEMBERS";
    }
    Index

    Properties

    Properties

    schemaType: ArraySchemaType
    type: "UNDECLARED_MEMBERS"