UNPKG

gads

Version:

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

8 lines (7 loc) 252 B
import { BaseObject } from './baseObject'; import { OrderAction } from './orderAction'; import { Statement } from './statement'; export interface PerformOrderAction extends BaseObject { orderAction?: OrderAction; filterStatement?: Statement; }