import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { UnsetField } = mongoose.Expression;
Properties
$unsetField: { field: StringExpression; input?: ObjectExpression | SpecialPathVariables | NullExpression; }
Removes a specified field in a document.