共用方式為


EventRoutesListNextResponse type

包含 listNext 作業的回應資料。

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