feat: structure profile content and update response

This commit is contained in:
Zamitto 2024-06-12 23:02:39 -03:00
parent 4e73009997
commit 83122bb864
4 changed files with 96 additions and 14 deletions

View file

@ -236,7 +236,7 @@ export interface RealDebridUser {
export interface UserProfile {
username: string;
game: Partial<CatalogueEntry>[];
libraryGames: Partial<CatalogueEntry>[];
recentGames: Partial<CatalogueEntry>[];
}