feat: add game logo back again

This commit is contained in:
Zamitto 2024-09-14 13:16:31 -03:00
parent 378ad74b43
commit 92e43b90a2
2 changed files with 8 additions and 0 deletions

View file

@ -232,6 +232,7 @@ export interface TrendingGame {
uri: string;
description: string;
background: string;
logo: string | null;
}
export * from "./steam.types";