import { AdUnitAction } from './adUnitAction';
export interface DeactivateAdUnits extends AdUnitAction {
}
