feat: optimize achievement and debrid request

This commit is contained in:
Zamitto
2025-04-13 07:39:48 -03:00
parent 19613b69cc
commit 8db03bcccf
6 changed files with 16 additions and 12 deletions

View File

@@ -67,6 +67,7 @@ export interface Download {
export interface GameAchievement {
achievements: SteamAchievement[];
unlockedAchievements: UnlockedAchievement[];
cacheExpiresTimestamp: number | undefined;
}
export interface UserPreferences {