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


AttachmentsGetAttachmentResponse type

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

type AttachmentsGetAttachmentResponse = {
  _response: HttpResponse,
  blobBody: Promise<Blob>,
  readableStreamBody: NodeJS.ReadableStream,
}