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

    Interface ComputedSpotlight

    interface ComputedSpotlight {
        biggestDonationOfTheDay: BiggestDonation | null;
        campaignID: string;
        communityHero: CommunityHero | null;
        computedAt: Date;
        donorOfTheHour: DonorOfTheHour | null;
    }
    Index
    biggestDonationOfTheDay: BiggestDonation | null
    campaignID: string
    communityHero: CommunityHero | null
    computedAt: Date
    donorOfTheHour: DonorOfTheHour | null