UNPKG

@dmgt/google-ad-manager-api

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