共用方式為


WebTestsListByComponentResponse type

包含 listByComponent 作業的響應數據。

type WebTestsListByComponentResponse = WebTestListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WebTestListResult
  }
}