feat: add If-Modified-Since header to get-game-achievement-data

This commit is contained in:
Zamitto
2025-06-06 16:52:40 -03:00
parent 0b2d4e2ba0
commit 100ddd79aa
4 changed files with 34 additions and 13 deletions

View File

@@ -68,7 +68,7 @@ export interface Download {
export interface GameAchievement {
achievements: SteamAchievement[];
unlockedAchievements: UnlockedAchievement[];
cacheExpiresTimestamp: number | undefined;
updatedAt: number | undefined;
}
export type AchievementCustomNotificationPosition =