BlobDownloadResponseModel type

Contains response data for the download operation.

type BlobDownloadResponseModel = WithResponse<
  BlobDownloadResponseInternal,
  BlobDownloadHeaders
>