mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: update interfaces
This commit is contained in:
parent
ce2cf89fd6
commit
ac0d0efe0f
@ -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…
Reference in New Issue
Block a user