Dela via


WebTestsListByComponentResponse type

Innehåller svarsdata för åtgärden listByComponent.

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