mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 03:11:03 +00:00
feat: get trending games from api
This commit is contained in:
@@ -339,3 +339,9 @@ export interface DownloadSource {
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface TrendingGame {
|
||||
uri: string;
|
||||
description: string;
|
||||
background: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user