Dela via


WebTestsListByComponentNextResponse type

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

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