mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
a826ffdbc9
(cherry picked from commit ee80564dd427ca1dc14c192955efaa61f386ad44) Closes #10229
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
type DownloadProtocol = 'usenet' | 'torrent' | 'unknown';
|
|
|
|
export default DownloadProtocol;
|