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

    Interface AdminDashboardProps

    Admin Dashboard Props

    interface AdminDashboardProps {
        className?: string;
        defaultTab?: "config" | "overview" | "health" | "logs" | "maintenance";
        showAdvancedControls?: boolean;
        refreshInterval?: number;
    }
    Index

    Properties

    className?: string
    defaultTab?: "config" | "overview" | "health" | "logs" | "maintenance"
    showAdvancedControls?: boolean
    refreshInterval?: number