mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: ui
This commit is contained in:
parent
ca21d8afe6
commit
e8a1aa0616
6 changed files with 78 additions and 21 deletions
|
@ -246,6 +246,7 @@ export interface RealDebridUser {
|
|||
|
||||
export interface UserProfile {
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
libraryGames: ProfileGame[];
|
||||
recentGames: ProfileGame[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue