mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding user report
This commit is contained in:
parent
fcc24d6b94
commit
8799378bf2
20 changed files with 463 additions and 228 deletions
|
@ -235,5 +235,10 @@ export interface TrendingGame {
|
|||
logo: string | null;
|
||||
}
|
||||
|
||||
export interface UserStats {
|
||||
libraryCount: number;
|
||||
friendsCount: number;
|
||||
}
|
||||
|
||||
export * from "./steam.types";
|
||||
export * from "./real-debrid.types";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue