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

    Interface DonationTrainUpdatedMessage

    Minimal envelope every typed message inherits.

    interface DonationTrainUpdatedMessage {
        data: DonationTrain;
        id: string;
        sourceType: string;
        type: "updateDonationTrain";
    }

    Hierarchy (View Summary)

    Index
    id: string
    sourceType: string
    type: "updateDonationTrain"