/** * This interface represents the basic contract for the credentials to be used with {@link ProxyServerConfig}. */ export interface ProxyAuthenticationCredentials { }