mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
type DownloadProtocol = 'usenet' | 'torrent' | 'unknown';
|
|
|
|
export default DownloadProtocol;
|