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