UNPKG

gads

Version:

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

8 lines (7 loc) 267 B
import { BaseObject } from './baseObject'; import { BaseRateAction } from './baseRateAction'; import { Statement } from './statement'; export interface PerformBaseRateAction extends BaseObject { baseRateAction?: BaseRateAction; filterStatement?: Statement; }