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

    Interface DonorSpotlightUpdatedMessage

    Minimal envelope every typed message inherits.

    interface DonorSpotlightUpdatedMessage {
        data: ComputedSpotlight;
        id: string;
        sourceType: string;
        type: "updateDonorSpotlight";
    }

    Hierarchy (View Summary)

    Index
    id: string
    sourceType: string
    type: "updateDonorSpotlight"