mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add test notification
This commit is contained in:
parent
7d4d434164
commit
a419b9ae38
5 changed files with 25 additions and 8 deletions
|
@ -94,6 +94,8 @@ export interface UserGame {
|
|||
cover: string;
|
||||
playTimeInSeconds: number;
|
||||
lastTimePlayed: Date | null;
|
||||
unlockedAchievementCount: number;
|
||||
achievementCount: number;
|
||||
}
|
||||
|
||||
export interface DownloadQueue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue