export interface LeaderBoardEntry { name: string; score: number; avatar: string; }