EventRoutesListNextResponse type

listNext 操作の応答データが含まれます。

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