This commit is contained in:
Zamitto 2024-06-14 18:23:57 -03:00
parent ca21d8afe6
commit e8a1aa0616
6 changed files with 78 additions and 21 deletions

View file

@ -246,6 +246,7 @@ export interface RealDebridUser {
export interface UserProfile {
displayName: string;
profileImageUrl: string | null;
libraryGames: ProfileGame[];
recentGames: ProfileGame[];
}