Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateDescription<TSchema>

Type parameters

Hierarchy

  • UpdateDescription

Index

Properties

removedFields: string[]

An array of field names that were removed from the document.

updatedFields: Partial<TSchema>

A document containing key:value pairs of names of the fields that were changed, and the new value for those fields.

Generated using TypeDoc