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

    Interface DonationTrainDonation

    A single donation attached to a DonationTrain. Minimal projection over the underlying TiltifyDonation — only the fields the train service echoes back.

    interface DonationTrainDonation {
        amount: number;
        campaignID: string;
        causeID: string;
        completedAt: Date;
        donorName: string;
        id: string;
    }
    Index
    amount: number
    campaignID: string
    causeID: string
    completedAt: Date
    donorName: string
    id: string