Sdílet prostřednictvím


HttpResponse type

Představuje tvar httpResponse

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