ShareGetStatisticsResponseModel type

Contains response data for the getStatistics operation.

type ShareGetStatisticsResponseModel = WithResponse<
  ShareGetStatisticsHeaders & ShareStats,
  ShareGetStatisticsHeaders,
  ShareStats
>