Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface DashboardConfig

    interface DashboardConfig {
        alertThresholds: AlertThreshold[];
        dashboardId: string;
        name: string;
        refreshIntervalMs: number;
        retentionDays: number;
        widgets: DashboardWidget[];
    }
    Index
    alertThresholds: AlertThreshold[]
    dashboardId: string
    name: string
    refreshIntervalMs: number
    retentionDays: number
    widgets: DashboardWidget[]