UNPKG

@dmgt/google-ad-manager-api

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