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