mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 18:13:55 +00:00
fix warning
This commit is contained in:
@@ -85,7 +85,7 @@ export interface CatalogueEntry {
|
||||
repacks: GameRepack[];
|
||||
}
|
||||
|
||||
export interface ProfileGame {
|
||||
export interface UserGame {
|
||||
objectID: string;
|
||||
shop: GameShop;
|
||||
title: string;
|
||||
@@ -254,8 +254,8 @@ export interface UserProfile {
|
||||
id: string;
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
libraryGames: ProfileGame[];
|
||||
recentGames: ProfileGame[];
|
||||
libraryGames: UserGame[];
|
||||
recentGames: UserGame[];
|
||||
}
|
||||
|
||||
export interface DownloadSource {
|
||||
|
||||
Reference in New Issue
Block a user