UNPKG

@dmgt/google-ad-manager-api

Version:
11 lines (9 loc) 329 B
import { ContentBundleAction } from './ContentBundleAction' import { FilterStatement } from './FilterStatement' /** performContentBundleAction */ export interface PerformContentBundleAction { /** contentBundleAction */ contentBundleAction?: ContentBundleAction /** filterStatement */ filterStatement?: FilterStatement }