UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

10 lines (9 loc) 254 B
export interface IXMLElementConstructor { new (): IXMLElement; } export interface IXMLElement { } export declare abstract class XMLElement implements IXMLElement { protected static WSDL_NAMESPACE: string; protected static XSI_TYPE: string; }