refact & cleanup : Sidebar, Button, card, EmptyState, Loader, ServiceObject, StatusBadge, UptameObject, BackupWidget, SecurityWidget, ServicesWidget, SupportCtaWidget, UptimeWidget, DashboardLayout
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { NodeStatus } from '@/types/Status';
|
||||
|
||||
export interface InfrastructureNode {
|
||||
id: string;
|
||||
label: string;
|
||||
type: string;
|
||||
status: NodeStatus;
|
||||
uptime_sla: string;
|
||||
}
|
||||
Reference in New Issue
Block a user