HttpResponse type

Representa a forma de um HttpResponse

type HttpResponse = {
  body: unknown
  headers: RawHttpHeaders
  request: PipelineRequest
  status: string
}