feat: adding hltb key extraction

This commit is contained in:
Chubby Granny Chaser
2024-10-07 20:56:53 +01:00
parent 0222121288
commit baafc6c7d1
22 changed files with 791 additions and 205 deletions

View File

@@ -58,8 +58,6 @@ declare global {
) => Promise<ShopDetails | null>;
getRandomGame: () => Promise<Steam250Game>;
getHowLongToBeat: (
objectId: string,
shop: GameShop,
title: string
) => Promise<HowLongToBeatCategory[] | null>;
getGames: (take?: number, skip?: number) => Promise<CatalogueEntry[]>;