export interface ServerSummary { id: string; name: string; startDate: string; lastHeartbeat: string; isHealthy: boolean; failedHealthCheck: string; }