UNPKG

@dmgt/google-ad-manager-api

Version:
11 lines (9 loc) 294 B
import { CreativeAction } from './CreativeAction' import { FilterStatement } from './FilterStatement' /** performCreativeAction */ export interface PerformCreativeAction { /** creativeAction */ creativeAction?: CreativeAction /** filterStatement */ filterStatement?: FilterStatement }