export interface ProxyConfig {
  readonly url: string;
  readonly username?: string;
  readonly password?: string;
}
