@playlive/fundraiser-data
    Preparing search index...

    Interface DonorSpotlightDonorOfTheHour

    Wire shape of the DonorOfTheHour payload inside /spotlight/overview. Fields mirror DonorOfTheHour in @playlive/realtime-pipeline/protocol — the fetcher passes everything through unchanged.

    interface DonorSpotlightDonorOfTheHour {
        donationCount: number;
        donorName: string;
        totalAmount: number;
    }
    Index
    donationCount: number

    Number of donations aggregated into totalAmount.

    donorName: string
    totalAmount: number

    Aggregate total across the hour.