index
:
zzz--oldstuff/jumpstorm.git
main
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
interfaces
/
LeaderBoardEntry.ts
blob: 1b1e7b3971c73e0962819830dcdb1c3dd8b78e51 (
plain
)
1
2
3
4
5
export interface LeaderBoardEntry { name: string; score: number; avatar: string; }