feat: user profile

This commit is contained in:
Zamitto 2024-06-11 22:09:24 -03:00
parent 8fad9b05e6
commit a974141360
8 changed files with 77 additions and 0 deletions

View file

@ -234,6 +234,12 @@ export interface RealDebridUser {
expiration: string;
}
export interface UserProfile {
username: string;
game: any[];
recentGames: any[];
}
export interface DownloadSource {
id: number;
name: string;