gads
Version:
An unofficial JS client library for the SOAP-based DFP Ads API
8 lines (7 loc) • 302 B
TypeScript
import { BaseObject } from './baseObject';
import { CreativeWrapperAction } from './creativeWrapperAction';
import { Statement } from './statement';
export interface PerformCreativeWrapperAction extends BaseObject {
creativeWrapperAction?: CreativeWrapperAction;
filterStatement?: Statement;
}