Compartir a través de


AttachmentsGetAttachmentResponse type

Contiene datos de respuesta para la operación getAttachment.

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