Merge branch 'main' into feat/LBX-155

This commit is contained in:
Chubby Granny Chaser
2025-12-26 21:49:10 +00:00
committed by GitHub
9 changed files with 270 additions and 9 deletions

View File

@@ -214,6 +214,7 @@ export interface UserProfile {
backupsPerGameLimit: number;
};
badges: string[];
hasCompletedWrapped2025: boolean;
}
export interface UpdateProfileRequest {