UNPKG

gads

Version:

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

7 lines (6 loc) 111 B
export interface SoapHeader { name?: string; namespace?: string; value: any; xmlns?: string; }