export interface Badge {
    label: string;
    value: string;
    color: string;
}
