共用方式為


HttpResponse type

表示 HttpResponse 的形狀

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