import { LeaderboardData } from './LeaderboardData'; export interface LeaderboardResponse { data: LeaderboardData; }