import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { Millisecond } = mongoose.Expression;
Properties
$millisecond: DateExpression | { date: DateExpression; timezone?: tzExpression; }
Returns the milliseconds of a date as a number between 0 and 999.