WebTestsListByComponentNextResponse type
Contiene datos de respuesta para la operación listByComponentNext.
type WebTestsListByComponentNextResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}