import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { DayOfMonth } = mongoose.Expression;
Properties
$dayOfMonth: DateExpression | { date: DateExpression; timezone?: tzExpression; }
Returns the day of the month for a date as a number between 1 and 31.