Basic-auth credentials for an upstream proxy.
type ProxyAuth = { password: string; username: string;}
Basic-auth credentials for an upstream proxy.