generated from nhcarrigan/template
808df775a4
Fixed two type errors: - Changed ActivityType assertions from 'as ActivityType' to 'as const' for proper literal type inference - Changed achievement.name to achievement.title to match the actual AchievementDefinition structure This ensures type safety and proper union type discrimination.