import { CreativeWrapperAction } from './CreativeWrapperAction';
import { FilterStatement } from './FilterStatement';
/** performCreativeWrapperAction */
export interface PerformCreativeWrapperAction {
    /** creativeWrapperAction */
    creativeWrapperAction?: CreativeWrapperAction;
    /** filterStatement */
    filterStatement?: FilterStatement;
}
