feat: add test notification

This commit is contained in:
Zamitto 2024-10-29 23:50:52 -03:00
parent 7d4d434164
commit a419b9ae38
5 changed files with 25 additions and 8 deletions

View file

@ -94,6 +94,8 @@ export interface UserGame {
cover: string;
playTimeInSeconds: number;
lastTimePlayed: Date | null;
unlockedAchievementCount: number;
achievementCount: number;
}
export interface DownloadQueue {