import { BaseObject } from './baseObject';
export interface CdnConfigurationAction extends BaseObject {
}
