From 0b2d4e2ba0b268e4f9a51ba305e5dff386ae2069 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:22:21 -0300 Subject: [PATCH] feat: update CatalogueSearchResult types --- src/types/index.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 & {