Поделиться через


BlobQueryResponseInternal type

Содержит данные ответа для операции запроса.

type BlobQueryResponseInternal = BlobQueryHeaders & {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}