import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Type } = mongoose.Expression;
Properties
$type: Expression
Returns a string that specifies the BSON type of the argument.
x/mongoose/types/expressions.d.ts>mongoose.Expression.Type
import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Type } = mongoose.Expression;
Returns a string that specifies the BSON type of the argument.