mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
205 B
205 B
DownloadProtocol
Example Usage
import { DownloadProtocol } from "prowlarr";
let value: DownloadProtocol = "torrent";
Values
"unknown" | "usenet" | "torrent"