mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 02:41:02 +00:00
feat: get iconUrl
This commit is contained in:
@@ -85,6 +85,14 @@ export interface CatalogueEntry {
|
||||
repacks: GameRepack[];
|
||||
}
|
||||
|
||||
export interface ProfileGame {
|
||||
objectID: string;
|
||||
shop: GameShop;
|
||||
title: string;
|
||||
iconUrl;
|
||||
string?;
|
||||
}
|
||||
|
||||
export interface DownloadQueue {
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
@@ -236,8 +244,8 @@ export interface RealDebridUser {
|
||||
|
||||
export interface UserProfile {
|
||||
username: string;
|
||||
libraryGames: Partial<CatalogueEntry>[];
|
||||
recentGames: Partial<CatalogueEntry>[];
|
||||
libraryGames: ProfileGame[];
|
||||
recentGames: ProfileGame[];
|
||||
}
|
||||
|
||||
export interface DownloadSource {
|
||||
|
||||
Reference in New Issue
Block a user