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