@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
11 lines (9 loc) • 329 B
text/typescript
import { ContentBundleAction } from './ContentBundleAction'
import { FilterStatement } from './FilterStatement'
/** performContentBundleAction */
export interface PerformContentBundleAction {
/** contentBundleAction */
contentBundleAction?: ContentBundleAction
/** filterStatement */
filterStatement?: FilterStatement
}