export interface AchievementWithProgress { id: string; claimed: boolean; progress: number; }