type DownloadMetadataType = { downloadUrl: string; fileName: string; }; type DownloadMetadata = DownloadMetadataType | null; export {DownloadMetadata};