export interface Banner { name: string; value: string | number; tooltip: string; prefix?: string; suffix?: string; }