feat: adding freezing backups logic

This commit is contained in:
Chubby Granny Chaser
2025-05-30 04:25:35 +01:00
parent 7a196e4315
commit 7c425eeccc
7 changed files with 85 additions and 7 deletions

View File

@@ -272,6 +272,7 @@ export interface GameArtifact {
hostname: string;
downloadCount: number;
label?: string;
isFrozen: boolean;
}
export interface ComparedAchievements {