mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-09 12:47:47 +00:00
177 B
177 B
ProxyType
Example Usage
import { ProxyType } from "prowlarr";
let value: ProxyType = "http";
Values
"http" | "socks4" | "socks5"