次の方法で共有


BlobQueryResponseModel type

クエリ操作の応答データが含まれます。

type BlobQueryResponseModel = WithResponse<
  BlobQueryResponseInternal,
  BlobQueryHeaders
>