type alias mongoose.UpdateQueryimport { type mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts"; const { UpdateQuery } = mongoose; Update query command to perform on the document ExamplesExample 1 { age: 30 } Type ParametersTdefinition: AnyKeys<T> & _UpdateQuery<T> & AnyObject