feat: removing publishers

This commit is contained in:
Chubby Granny Chaser
2024-12-23 00:42:08 +00:00
parent 4607665908
commit 602ee61cb6
8 changed files with 65 additions and 45 deletions

View File

@@ -49,7 +49,10 @@ declare global {
) => () => Electron.IpcRenderer;
/* Catalogue */
searchGames: (payload: CatalogueSearchPayload) => Promise<any[]>;
searchGames: (
payload: CatalogueSearchPayload,
page: number
) => Promise<{ edges: any[]; count: number }>;
getCatalogue: (category: CatalogueCategory) => Promise<any[]>;
getGameShopDetails: (
objectId: string,