AttachmentsGetAttachmentResponse type
Contient des données de réponse pour l’opération getAttachment.
type AttachmentsGetAttachmentResponse = {
_response: HttpResponse,
blobBody: Promise<Blob>,
readableStreamBody: NodeJS.ReadableStream,
}