Show last updated on leaderboard

This commit is contained in:
AbdBarho
2023-01-20 13:00:59 +01:00
parent c81967fca9
commit 0c5e2fc45d
4 changed files with 27 additions and 10 deletions
+1
View File
@@ -12,6 +12,7 @@ export const enum LeaderboardTimeFrame {
}
export interface LeaderboardReply {
time_frame: LeaderboardTimeFrame;
last_updated: string; // date time iso string
leaderboard: LeaderboardEntity[];
}