export type RateCardAttributes = { sourceId: string; deal: string; from: string; to: string; amount: string; adjustmentPercent: number; theme: 'auto' | 'light' | 'dark'; decimals: number; showFlags: boolean; showChange: boolean; currencyLabelMode: 'code' | 'name'; showTimestamp: boolean; attribution: boolean; shadow: boolean; seamless: boolean; radius: number; accentTheme: string; accentAngle: number; accentMode: 'color-border' | 'stripe' | 'none'; sourceLabel: string; fullWidth: boolean; compactMode: boolean; showChart: boolean; showRange: boolean; };