Callback<T>: ((error, response?) => void)

The callback for a service request.

Type Parameters

  • T

Type declaration

    • (error, response?): void
    • Parameters

      Returns void

Generated using TypeDoc