IFetchDownloadFileResponse

Type alias

Response object for the fetchDownloadFile operation. The response object will contain either a Blob or a URL, depending on the type of download operation that was performed.

Value(s):
IFetchDownloadFileBlobResponse | IFetchDownloadFileUrlResponse

Type alias defined in common/src/downloads/types.ts:144