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

    Interface RawComputedSpotlight

    interface RawComputedSpotlight {
        biggest_donation_of_the_day: BiggestDonation | null;
        campaign_id: string;
        community_hero: CommunityHero | null;
        computed_at: Date;
        donor_of_the_hour: DonorOfTheHour | null;
    }
    Index
    biggest_donation_of_the_day: BiggestDonation | null
    campaign_id: string
    community_hero: CommunityHero | null
    computed_at: Date
    donor_of_the_hour: DonorOfTheHour | null