@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias AnyCustomerEventEnvelope

    AnyCustomerEventEnvelope: { [N in CustomerEventName]: CustomerEventEnvelope<N> }[CustomerEventName]

    Discriminated on the event literal, so checking envelope.event narrows envelope.data to that event's registry schema.