AttachmentsGetAttachmentResponse type
Enthält Antwortdaten für den getAttachment-Vorgang.
type AttachmentsGetAttachmentResponse = {
_response: HttpResponse,
blobBody: Promise<Blob>,
readableStreamBody: NodeJS.ReadableStream,
}