export interface BadgeOptionsInterface { style?: string; logo?: string; logoColor?: string; color?: string; } export interface BadgeOptionsObjectInterface { [key: string]: string; }