Dela via


EventRoutesListNextResponse type

Innehåller svarsdata för åtgärden listNext.

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