共用方式為


ServiceGetStatisticsResponse type

包含 getStatistics 作業的回應資料。

type ServiceGetStatisticsResponse = WithResponse<
  ServiceGetStatisticsResponseInternal,
  ServiceGetStatisticsHeaders
>