mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: get trending games from api
This commit is contained in:
parent
87cacdf16c
commit
3199e56661
6 changed files with 66 additions and 48 deletions
|
@ -339,3 +339,9 @@ export interface DownloadSource {
|
|||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface TrendingGame {
|
||||
uri: string;
|
||||
description: string;
|
||||
background: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue