Array<anyOf [AuthorCriteria, NamedCriteria<AuthorCriteria>, string]>
Only runs if include
is not present. Each Criteria is comprised of conditions that the filter (Author/Item) being checked must "not" pass. See excludeCondition for set behavior
EX: isMod: true, name: Automoderator
=> Will pass if the Author IS NOT a mod and IS NOT named Automoderator
string
Defaults to OR
OR
Valid values: AND
, OR
Array<anyOf [AuthorCriteria, NamedCriteria<AuthorCriteria>, string]>
Will "pass" if any set of Criteria passes