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

    Interface DonorSpotlightSettingsUpdatedMessage

    Minimal envelope every typed message inherits.

    interface DonorSpotlightSettingsUpdatedMessage {
        data: DonorSpotlightSettings;
        id: string;
        sourceType: string;
        type: "updateDonorSpotlightSettings";
    }

    Hierarchy (View Summary)

    Index
    id: string
    sourceType: string
    type: "updateDonorSpotlightSettings"