mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
fix: refactor and fix types
This commit is contained in:
@@ -344,8 +344,8 @@ export type LibraryGame = Game &
|
||||
};
|
||||
|
||||
export type UserGameDetails = ShopAssets & {
|
||||
userId: string;
|
||||
playTimeInMilliseconds: number;
|
||||
id: string;
|
||||
playTimeInSeconds: number;
|
||||
unlockedAchievementCount: number;
|
||||
achievementsPointsEarnedSum: number;
|
||||
lastTimePlayed: Date | null;
|
||||
|
||||
Reference in New Issue
Block a user