export interface IcmInfo {
    id: number;
    name: string;
    domain: string;
}
