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