import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { AnyElementsTrue } = mongoose.Expression;
Properties
$anyElementTrue: ArrayExpression
Evaluates an array as a set and returns true if any of the elements are true and false otherwise. An empty array returns false.