Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateDescription<TSchema>

(?<=)Type parameters类型参数

Hierarchy层级

  • UpdateDescription

Index索引

Properties属性

Properties属性

removedFields

removedFields: string[]

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

updatedFields

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