HttpResponseCallback type

Defines type describing callback with three results - response, raw HTTP response and an Error.

type HttpResponseCallback<TResult> = TripleValueCallback<TResult, any>