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

    Interface DonorSpotlightSnapshot

    Normalized response shape returned by fetchDonorSpotlight. Structurally identical to ComputedSpotlight in @playlive/realtime-pipeline/protocol so the REST snapshot and the WebSocket store slice can be interchanged without shape juggling in fusion hooks.

    interface DonorSpotlightSnapshot {
        biggestDonationOfTheDay: DonorSpotlightBiggestDonation | null;
        campaignID: string;
        communityHero: DonorSpotlightCommunityHero | null;
        computedAt: Date;
        donorOfTheHour: DonorSpotlightDonorOfTheHour | null;
    }
    Index
    biggestDonationOfTheDay: DonorSpotlightBiggestDonation | null
    campaignID: string
    communityHero: DonorSpotlightCommunityHero | null
    computedAt: Date
    donorOfTheHour: DonorSpotlightDonorOfTheHour | null