feat: adding user report

This commit is contained in:
Chubby Granny Chaser 2024-09-14 20:55:00 +01:00
parent fcc24d6b94
commit 8799378bf2
No known key found for this signature in database
20 changed files with 463 additions and 228 deletions

View file

@ -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";