Type alias Updates

The set of updates to apply to a document. This can be specified one of two ways:

  • an an object of key paths to values to set e.g. { 'profile.name': 'new name', 'status': 3 }
  • an operator object of changes to perform (see [[UpdateChangesDocument]])

Generated using TypeDoc