Binary Raw - Docs
    Preparing search index...

    Type Alias EventHandler<E>

    EventHandler: (event: Extract<DomainEvent, { type: E }>) => void

    Type for event handler functions.

    Type Parameters

    • E extends DomainEvent["type"]

      The specific event type to handle.

    Type Declaration