mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 16:33:02 -03:00
feat: update CatalogueSearchResult types
This commit is contained in:
@@ -322,15 +322,11 @@ export interface CatalogueSearchPayload {
|
||||
|
||||
export type CatalogueSearchResult = {
|
||||
id: string;
|
||||
tags: string[];
|
||||
genres: string[];
|
||||
objectId: string;
|
||||
shop: GameShop;
|
||||
title: string;
|
||||
installCount: number;
|
||||
achievementCount: number;
|
||||
shopData: string;
|
||||
} & ShopAssets;
|
||||
shop: GameShop;
|
||||
genres: string[];
|
||||
} & Pick<ShopAssets, "libraryImageUrl">;
|
||||
|
||||
export type LibraryGame = Game &
|
||||
Partial<ShopAssets> & {
|
||||
|
||||
Reference in New Issue
Block a user