1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00
Files
Sonarr/frontend/src/DownloadClient/DownloadProtocol.ts
T
2024-07-28 16:59:48 -07:00

4 lines
92 B
TypeScript

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