UNPKG

gads

Version:

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

8 lines (7 loc) 262 B
import { BaseObject } from './baseObject'; import { ProductAction } from './productAction'; import { Statement } from './statement'; export interface PerformProductAction extends BaseObject { productAction?: ProductAction; filterStatement?: Statement; }