ComponentsListNextResponse type

Contains response data for the listNext operation.

type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentListResult
  }
}