fix: changing get random game to work with shop block

This commit is contained in:
Hydra 2024-05-13 09:35:29 +01:00
parent 2475d48bc4
commit 5ab51e4547
No known key found for this signature in database
6 changed files with 58 additions and 42 deletions

View file

@ -133,3 +133,8 @@ export interface HowLongToBeatCategory {
duration: string;
accuracy: string;
}
export interface Steam250Game {
title: string;
objectID: string;
}