WebTestsListByComponentResponse type

Contains response data for the listByComponent operation.

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