Fix achievement interface to match database schema
cgen-cb155c3346474365ad99fcee5b5976ef
This commit is contained in:
parent
4032fa747c
commit
718076bd87
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export interface AethexAchievement {
|
||||||
name: string;
|
name: string;
|
||||||
description: string;
|
description: string;
|
||||||
icon?: string;
|
icon?: string;
|
||||||
points_reward: number;
|
xp_reward: number;
|
||||||
badge_color?: string;
|
badge_color?: string;
|
||||||
created_at: string;
|
created_at: string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue