Condividi tramite


AttachmentsGetAttachmentResponse type

Contiene i dati di risposta per l'operazione getAttachment.

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