export interface TopTenUsersEntity { username: string; totalPoints: number; totalRatioPoints: number; }