UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

11 lines (10 loc) 222 B
export interface ProxyConfig { protocol: string; hostname: string; port?: number; path?: string; username?: string; password?: string; ca?: string; disableCertificateValidation?: boolean; }