mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 02:41:02 +00:00
feat: separate game assets from game stats
This commit is contained in:
@@ -45,7 +45,7 @@ export interface ShopAssets {
|
||||
libraryImageUrl: string;
|
||||
logoImageUrl: string;
|
||||
logoPosition: string | null;
|
||||
coverImageUrl: string;
|
||||
coverImageUrl: string | null;
|
||||
}
|
||||
|
||||
export type ShopDetails = SteamAppDetails & {
|
||||
@@ -235,8 +235,8 @@ export interface DownloadSourceValidationResult {
|
||||
export interface GameStats {
|
||||
downloadCount: number;
|
||||
playerCount: number;
|
||||
assets: ShopAssets | null;
|
||||
averageScore: number | null;
|
||||
reviewCount: number;
|
||||
}
|
||||
|
||||
export interface GameReview {
|
||||
|
||||
Reference in New Issue
Block a user