ServiceGetStatisticsResponse type

Contains response data for the getStatistics operation.

type ServiceGetStatisticsResponse = WithResponse<
  ServiceGetStatisticsResponseInternal,
  ServiceGetStatisticsHeaders
>