feat: update with user endpoint changes

This commit is contained in:
Zamitto 2024-06-13 20:02:41 -03:00
parent 6b2549ed13
commit d05150a078
7 changed files with 55 additions and 17 deletions

View file

@ -243,7 +243,7 @@ export interface RealDebridUser {
}
export interface UserProfile {
username: string;
displayName: string;
libraryGames: ProfileGame[];
recentGames: ProfileGame[];
}