Fix achievement interface to match database schema

cgen-cb155c3346474365ad99fcee5b5976ef
This commit is contained in:
Builder.io 2025-08-16 04:10:34 +00:00
parent 4032fa747c
commit 718076bd87

View file

@ -54,7 +54,7 @@ export interface AethexAchievement {
name: string;
description: string;
icon?: string;
points_reward: number;
xp_reward: number;
badge_color?: string;
created_at: string;
}