diff --git a/src/types/index.ts b/src/types/index.ts index 6a6ce2dd..2c0a75cf 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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; export type LibraryGame = Game & Partial & {