Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoCallback<T>

The callback format for results.

Type parameters

  • T

Hierarchy

  • MongoCallback

Callable

  • The callback format for results.

    Parameters

    • error: MongoError

      An error instance representing the error during the execution.

    • result: T

      The result of execution.

    Returns void

Generated using TypeDoc