次の方法で共有


AttachmentsGetAttachmentResponse type

getAttachment 操作の応答データが含まれています。

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