Compartilhar via


WithResponse type

Representa a resposta retornada da operação junto com a resposta bruta.

type WithResponse<T> = T & { _response: HttpResponse }