import { CreativeWrapperAction } from './creativeWrapperAction';
export interface ActivateCreativeWrappers extends CreativeWrapperAction {
}
