ProxyConfig
ProxyConfig: { apiKey: string; devKey?: undefined | string; testMode?: undefined | false | true; user: string }
Type declaration
-
apiKey: string
-
Optional devKey?: undefined | string
-
Optional testMode?: undefined | false | true
-
user: string