Skip to content

StorageDownloadFileResponse

type StorageDownloadFileResponse =
| { file: Blob; error: null }
| { file: null; error: Error }