# DownloadProtocol ## Example Usage ```typescript import { DownloadProtocol } from "prowlarr/models"; let value: DownloadProtocol = "torrent"; ``` ## Values ```typescript "unknown" | "usenet" | "torrent" ```