共用方式為


AttachmentsGetAttachmentResponse type

包含 getAttachment 作業的響應數據。

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