# ProxyType ## Example Usage ```typescript import { ProxyType } from "prowlarr"; let value: ProxyType = "http"; ``` ## Values ```typescript "http" | "socks4" | "socks5" ```