export interface ICluster { id: string; alias: string; pingUrl: string; name: string; }