UNPKG

gads

Version:

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

7 lines (6 loc) 239 B
import { BaseObject } from './baseObject'; import { Statement } from './statement'; export interface GetContentByStatementAndCustomTargetingValue extends BaseObject { filterStatement?: Statement; customTargetingValueId?: number; }