feat: adding bypass for region blocks

This commit is contained in:
Hydra
2024-05-12 23:43:00 +01:00
parent a2790190e6
commit 1c7911c531
38 changed files with 942 additions and 979 deletions

View File

@@ -2,6 +2,7 @@ import type {
CatalogueCategory,
CatalogueEntry,
Game,
GameRepack,
GameShop,
HowLongToBeatCategory,
ShopDetails,
@@ -50,6 +51,7 @@ declare global {
take?: number,
prevCursor?: number
) => Promise<{ results: CatalogueEntry[]; cursor: number }>;
searchGameRepacks: (query: string) => Promise<GameRepack[]>;
/* Library */
addGameToLibrary: (