Add leaderboards
This commit is contained in:
5
src/types/LeaderboardEntry.ts
Normal file
5
src/types/LeaderboardEntry.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface LeaderboardEntry {
|
||||
username: string
|
||||
score: bigint
|
||||
scoreFormatted: string
|
||||
}
|
||||
Reference in New Issue
Block a user