import { ContentBundleAction } from './contentBundleAction';
export interface DeactivateContentBundles extends ContentBundleAction {
}
