feat: adding remove function to filter tags

This commit is contained in:
Chubby Granny Chaser
2024-12-23 18:57:41 +00:00
parent 4476b1b216
commit b5a9beb481
18 changed files with 560 additions and 385 deletions

View File

@@ -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: (