mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 02:41:02 +00:00
feat: adding remove function to filter tags
This commit is contained in:
3
src/renderer/src/declaration.d.ts
vendored
3
src/renderer/src/declaration.d.ts
vendored
@@ -51,7 +51,8 @@ declare global {
|
||||
/* Catalogue */
|
||||
searchGames: (
|
||||
payload: CatalogueSearchPayload,
|
||||
page: number
|
||||
take: number,
|
||||
skip: number
|
||||
) => Promise<{ edges: any[]; count: number }>;
|
||||
getCatalogue: (category: CatalogueCategory) => Promise<any[]>;
|
||||
getGameShopDetails: (
|
||||
|
||||
Reference in New Issue
Block a user