feat: get totalPlayTimeInSeconds from api

This commit is contained in:
Zamitto 2024-06-22 01:47:20 -03:00
parent 92a3061f8d
commit 9a1b42a29f
2 changed files with 2 additions and 4 deletions

View file

@ -263,6 +263,7 @@ export interface UserProfile {
id: string;
displayName: string;
profileImageUrl: string | null;
totalPlayTimeInSeconds: number;
libraryGames: UserGame[];
recentGames: UserGame[];
}