BlobDownloadResponse type

Contains response data for the download operation.

type BlobDownloadResponse = BlobDownloadHeaders & {
  _response: msRest.HttpResponse & { parsedHeaders: BlobDownloadHeaders }
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}