Class LookupInResultEntry

Contains the results of a specific sub-operation within a lookup-in operation.

Hierarchy

  • LookupInResultEntry

Properties

Properties

error: null | Error

The error, if any, which occured when attempting to perform this sub-operation.

value?: any

The value returned by the sub-operation.

Generated using TypeDoc