UNPKG

gads

Version:

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

10 lines (9 loc) 173 B
export interface ProxyInfo { ca?: string; proxy: { hostname: string; port: string | number; protocol: string; }; tunnel?: boolean; }