Поделиться через


WebTestsListNextResponse type

Содержит данные ответа для операции listNext.

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