effect-io-ai

Package: @effect/experimental
Module: EventGroup

EventGroup.empty

An EventGroup is a collection of Events. You can use an EventGroup to represent a portion of your domain.

The events can be implemented later using the EventLog.group api.

Signature

declare const empty: EventGroup<never>

Source

Since v1.0.0