WebTestsListByComponentNextResponse type
Contains response data for the listByComponentNext operation.
type WebTestsListByComponentNextResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}