mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-25 11:51:02 +00:00
feat: refactor assets in game details page
This commit is contained in:
@@ -52,7 +52,9 @@ export type ShopDetails = SteamAppDetails & {
|
||||
objectId: string;
|
||||
};
|
||||
|
||||
export type ShopDetailsWithAssets = ShopDetails & Partial<ShopAssets>;
|
||||
export type ShopDetailsWithAssets = ShopDetails & {
|
||||
assets: ShopAssets | null;
|
||||
};
|
||||
|
||||
export interface TorrentFile {
|
||||
path: string;
|
||||
|
||||
Reference in New Issue
Block a user