export interface IBadge { name: string; type: string; }