AttachmentsGetAttachmentResponse type

包含 getAttachment 操作的响应数据。

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