feat: showing first content on profile page

This commit is contained in:
Zamitto 2024-06-12 22:23:12 -03:00
parent b8895afc0a
commit 4e73009997
7 changed files with 116 additions and 25 deletions

View file

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