export interface ILeaderboardEntry { namespace: string; userId: string; score: number; tier: string | null; }