feat: refactor assets in game details page

This commit is contained in:
Zamitto
2025-05-09 18:22:09 -03:00
parent 171c728616
commit 382a618c3f
8 changed files with 63 additions and 50 deletions

View File

@@ -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;