@conciergus/chat - v0.3.1
    Preparing search index...

    Interface CostAnalyticsDashboardProps

    Cost Analytics Dashboard Props

    interface CostAnalyticsDashboardProps {
        className?: string;
        compactView?: boolean;
        showBudgetAlerts?: boolean;
        showForecast?: boolean;
        showOptimization?: boolean;
        showTrends?: boolean;
        showInsights?: boolean;
        refreshInterval?: number;
    }
    Index

    Properties

    className?: string
    compactView?: boolean
    showBudgetAlerts?: boolean
    showForecast?: boolean
    showOptimization?: boolean
    showTrends?: boolean
    showInsights?: boolean
    refreshInterval?: number