UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 276 B
import { DfpUser } from './dfpUser'; import { AdsService } from '../../common/lib/adsService'; export declare abstract class DfpService extends AdsService { constructor(serviceName: string, user: DfpUser, endpoint: string, options?: { [id: string]: any; }); }