@tak-ps/etl
    Preparing search index...

    Variable OutgoingEventMessageConst

    OutgoingEventMessage: TObject<
        {
            action: TEnum<typeof OutgoingAction>;
            channels: TArray<TInteger>;
            data: TRecord<TString, TUnknown>;
            type: TLiteral<Event>;
        },
    > = ...

    A CoreEvent lifecycle change delivered to an Outgoing Layer subscribed to event:<action>