共用方式為


EventsGetByTypeResponse type

包含 getByType 作業的回應資料。

type EventsGetByTypeResponse = EventsResults & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EventsResults
  }
}