UNPKG

dfp-lib

Version:

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

7 lines (6 loc) 161 B
import { OAuth2Token } from './oauth2Token'; export declare type DfpConfig = { networkCode: string; applicationName: string; oauth2: OAuth2Token; };