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

    Interface RawBiggestDonation

    interface RawBiggestDonation {
        amount_currency: string;
        amount_value: string;
        campaign_id: string;
        completed_at: Date;
        donor_comment: string | null;
        donor_name: string;
        id: string;
    }
    Index
    amount_currency: string
    amount_value: string
    campaign_id: string
    completed_at: Date
    donor_comment: string | null
    donor_name: string
    id: string