export interface ComparisonDefinition { symbol: string; description?: string; bgColor?: string; color?: string; order?: number; }