BlobGetTagsResponse type

包含 getTags 作業的回應資料。

type BlobGetTagsResponse = { tags: Tags } & BlobGetTagsHeaders & {
    _response: HttpResponse & {
      bodyAsText: string
      parsedBody: BlobTags
      parsedHeaders: BlobGetTagsHeaders
    }
  }