@playlive/react-query
    Preparing search index...

    Interface LeaderboardRow

    Single row of UseLeaderboardResult.leaderboard. Mirrors the shape overlay-vite consumed pre-migration so downstream leaderboard renderers don't need to change.

    interface LeaderboardRow {
        amount: number;
        completed_at: string;
        donor_name: string;
        id: string;
        itemClass: string;
    }
    Index
    amount: number
    completed_at: string
    donor_name: string
    id: string
    itemClass: string