type alias mongoose.DateSchemaDefinitionimport { type mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts"; const { DateSchemaDefinition } = mongoose; definition: | DateConstructor | "date" | "Date" | Schema.Types.Date