import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Let } = mongoose.Expression;
Properties
$let: { vars: { [key: string]: Expression; }; in: Expression; }
Binds variables for use in the specified expression, and returns the result of the expression.