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

The callback for a service request.

Type Parameters

  • T