import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { SetIntersection } = mongoose.Expression;
Properties
$setIntersection: ArrayExpression[]
Takes two or more arrays and returns an array that contains the elements that appear in every input array.