ServiceListSharesSegmentResponse type

Contains response data for the listShares operation.

type ServiceListSharesSegmentResponse = ListSharesResponse &
  ServiceListSharesSegmentHeaders & {
    _response: HttpResponse & {
      bodyAsText: string
      parsedBody: ListSharesResponseModel
      parsedHeaders: ServiceListSharesSegmentHeaders
    }
  }