Delen via


WebTestsListByComponentNextResponse type

Bevat antwoordgegevens voor de listByComponentNext-bewerking.

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