UNPKG

gads

Version:

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

8 lines (7 loc) 311 B
import { BaseObject } from './baseObject'; import { ProductPackageItemAction } from './productPackageItemAction'; import { Statement } from './statement'; export interface PerformProductPackageItemAction extends BaseObject { productPackageItemAction?: ProductPackageItemAction; statement?: Statement; }