@playlive/realtime-pipeline
    Preparing search index...

    Interface DemoLeaderboardEntry

    Minimal shape of a leaderboard entry emitted by the overlay layer. Mirrors the LeaderboardItem type in @playlive/overlay-core/types but avoids the peer-dependency from this data-only package.

    interface DemoLeaderboardEntry {
        amount: { currency: string; value: string };
        completed_at: string;
        donor_name: string;
        id: string;
    }
    Index
    amount: { currency: string; value: string }
    completed_at: string
    donor_name: string
    id: string