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

    Interface DonorSpotlightBiggestDonation

    Wire shape of the biggestDonationOfTheDay payload. Structurally identical to BiggestDonation in @playlive/realtime-pipeline/protocol.

    interface DonorSpotlightBiggestDonation {
        amount: number;
        campaignID: string;
        completedAt: Date;
        currency: string;
        donorComment: string | null;
        donorName: string;
        id: string;
    }
    Index
    amount: number
    campaignID: string
    completedAt: Date

    Coerced to a Date on read.

    currency: string
    donorComment: string | null
    donorName: string
    id: string