ServiceListSharesSegmentResponse type

Innehåller svarsdata för åtgärden listShares.

type ServiceListSharesSegmentResponse = WithResponse<
  ListSharesResponse & ServiceListSharesSegmentHeaders,
  ServiceListSharesSegmentHeaders,
  ListSharesResponseModel
>