Condividi tramite


EventRoutesListNextResponse type

Contiene i dati di risposta per l'operazione listNext.

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