mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: update interfaces
This commit is contained in:
parent
ce2cf89fd6
commit
ac0d0efe0f
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ export interface UserAchievement {
|
||||||
name: string;
|
name: string;
|
||||||
hidden: boolean;
|
hidden: boolean;
|
||||||
displayName: string;
|
displayName: string;
|
||||||
|
points?: number;
|
||||||
description?: string;
|
description?: string;
|
||||||
unlocked: boolean;
|
unlocked: boolean;
|
||||||
unlockTime: number | null;
|
unlockTime: number | null;
|
||||||
|
@ -322,6 +323,7 @@ export interface TrendingGame {
|
||||||
export interface UserStats {
|
export interface UserStats {
|
||||||
libraryCount: number;
|
libraryCount: number;
|
||||||
friendsCount: number;
|
friendsCount: number;
|
||||||
|
achievementsPointsEarnedSum?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface UnlockedAchievement {
|
export interface UnlockedAchievement {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue