Files
Prowlarr-TS-SDK/docs/models/downloadprotocol.md

212 B

DownloadProtocol

Example Usage

import { DownloadProtocol } from "prowlarr/models";

let value: DownloadProtocol = "torrent";

Values

"unknown" | "usenet" | "torrent"