Files
Prowlarr-TS-SDK/docs/models/downloadprotocol.md
2025-05-16 17:01:58 -05:00

205 B

DownloadProtocol

Example Usage

import { DownloadProtocol } from "prowlarr";

let value: DownloadProtocol = "torrent";

Values

"unknown" | "usenet" | "torrent"