EventRoutesListNextResponse type

Contains response data for the listNext operation.

type EventRoutesListNextResponse = EventRouteCollection & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: EventRouteCollection
  }
}