import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { DayOfWeek } = mongoose.Expression;
Properties
$dayOfWeek: DateExpression | { date: DateExpression; timezone?: tzExpression; }
Returns the day of the week for a date as a number between 1 (Sunday) and 7 (Saturday).