export interface AffectsProgress { affects_level: boolean; affects_leaderboard: boolean; affects_current_balance: boolean; rewardPoints: number; }