mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
feat: adding user report
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user