import { CdnConfigurationAction } from './cdnConfigurationAction';
export interface ActivateCdnConfigurations extends CdnConfigurationAction {
}
