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