WebTestsListNextResponse type

Contains response data for the listNext operation.

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