type DownloadProtocol = 'usenet' | 'torrent' | 'unknown'; export default DownloadProtocol;