ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Type Alias ChartConfig

    ChartConfig: {
        [k in string]: { label?: React.ReactNode; icon?: React.ComponentType } & (
            | { color?: string; theme?: never }
            | { color?: never; theme: Record<keyof typeof THEMES, string> }
        )
    }