export interface PlayerRanking { refid: string; skill: number; all_skill: number; totalPlayers: number; }