Compartilhar via


ResultWithHttpResponse type

type ResultWithHttpResponse<TResult> = {
  httpResponse: any
  responseBody: TResult
}