AttachmentsGetAttachmentResponse type
getAttachment 操作の応答データが含まれています。
type AttachmentsGetAttachmentResponse = {
_response: HttpResponse,
blobBody: Promise<Blob>,
readableStreamBody: NodeJS.ReadableStream,
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
getAttachment 操作の応答データが含まれています。
type AttachmentsGetAttachmentResponse = {
_response: HttpResponse,
blobBody: Promise<Blob>,
readableStreamBody: NodeJS.ReadableStream,
}