Type alias UpdateQuery<T>

UpdateQuery<T>: AnyKeys<T> & _UpdateQuery<T> & AnyObject

Update query command to perform on the document

Type Parameters

  • T

Example

{ age: 30 }

Generated using TypeDoc