Partilhar via


WithResponse type

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

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