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