export interface DashboardEventContent {
    name: string;
    label: string;
    value: number | string;
}
