次の方法で共有


HttpResponse type

HttpResponse の図形を表します

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