AttachmentsGetAttachmentResponse type

Contains response data for the getAttachment operation.

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