Type Alias ChartItem

ChartItem: {
    icon: string;
    name: string;
    onclick: (() => ChartShape);
}