export interface IcmpEntity { id: string; deviceId: string; name: string; ipAddress: string; deviceStatus: string; deviceType: string; }