import type { NodeStatus } from '@/types/Status'; export interface InfrastructureNode { id: string; label: string; type: string; status: NodeStatus; uptime_sla: string; }