DownloadVersionResponse type

type DownloadVersionResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeReadableStream
}