Package version:

Type alias WithResponse<T>

WithResponse<T>: T & {
    _response: HttpResponse;
}

Represents the returned response of the operation along with the raw response.

Type Parameters

  • T extends object

Type declaration

Generated using TypeDoc