Compartir a través de


HttpResponse type

Representa la forma de httpResponse.

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