ViewAttachmentResponse
type ViewAttachmentResponse = CustomFetchResponse & {
arrayBuffer: Promise<ArrayBuffer>;
};
Response from viewAttachment, extending CustomFetchResponse with arrayBuffer() support for binary file content.
Type Declaration
| Name | Type |
|---|---|
arrayBuffer() | () => Promise<ArrayBuffer> |