@playlive/tiltify-core
    Preparing search index...

    Interface TiltifyLeaderboardEntry

    An entry in any leaderboard endpoint (donor, team, fitness, etc.).

    interface TiltifyLeaderboardEntry {
        amount: TiltifyAmount | TiltifyMeasuredUnit;
        avatar: TiltifyImage | null;
        heat: number | null;
        id: string;
        name: string;
        url: string | null;
    }
    Index
    avatar: TiltifyImage | null
    heat: number | null
    id: string
    name: string
    url: string | null