mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-30 22:31:03 +00:00
feat: adding steam client icon cache
This commit is contained in:
@@ -137,3 +137,9 @@ export interface Steam250Game {
|
||||
title: string;
|
||||
objectID: string;
|
||||
}
|
||||
|
||||
export interface SteamGame {
|
||||
id: number;
|
||||
name: string;
|
||||
clientIcon: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user