共用方式為


ServiceFindBlobsByTagsSegmentResponse type

type ServiceFindBlobsByTagsSegmentResponse = FilterBlobSegment &
  ServiceFilterBlobsHeaders & {
    _response: HttpResponse & {
      bodyAsText: string,
      parsedBody: FilterBlobSegmentModel,
      parsedHeaders: ServiceFilterBlobsHeaders,
    },
  }