UNPKG

gads

Version:

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

8 lines (7 loc) 292 B
import { BaseObject } from './baseObject'; import { ContentBundleAction } from './contentBundleAction'; import { Statement } from './statement'; export interface PerformContentBundleAction extends BaseObject { contentBundleAction?: ContentBundleAction; filterStatement?: Statement; }