Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModifyResult<TSchema>

deprecated

This type will be completely removed in 5.0 and findOneAndUpdate, findOneAndDelete, and findOneAndReplace will then return the actual result document.

Type parameters

Hierarchy

  • ModifyResult

Index

Properties

lastErrorObject?: Document
ok: 0 | 1
value: null | WithId<TSchema>

Generated using TypeDoc