共用方式為


WebTestsListByComponentNextResponse type

包含 listByComponentNext 作業的回應資料。

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