AttachmentsGetAttachmentResponse type
Contém dados de resposta para a operação getAttachment.
type AttachmentsGetAttachmentResponse = {
_response: HttpResponse,
blobBody: Promise<Blob>,
readableStreamBody: NodeJS.ReadableStream,
}