interface ProxyConfig {
    key: string;
    proxyString: string;
}

Properties

Properties

key: string
proxyString: string