export interface ILeaderboardPosition { userId: string; score: number; position: number; tier: string | null; }