mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: structure profile content and update response
This commit is contained in:
parent
4e73009997
commit
83122bb864
4 changed files with 96 additions and 14 deletions
|
@ -236,7 +236,7 @@ export interface RealDebridUser {
|
|||
|
||||
export interface UserProfile {
|
||||
username: string;
|
||||
game: Partial<CatalogueEntry>[];
|
||||
libraryGames: Partial<CatalogueEntry>[];
|
||||
recentGames: Partial<CatalogueEntry>[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue