UNPKG

@dmgt/google-ad-manager-api

Version:
11 lines (9 loc) 343 B
import { CreativeWrapperAction } from './CreativeWrapperAction' import { FilterStatement } from './FilterStatement' /** performCreativeWrapperAction */ export interface PerformCreativeWrapperAction { /** creativeWrapperAction */ creativeWrapperAction?: CreativeWrapperAction /** filterStatement */ filterStatement?: FilterStatement }