Skip to main content

Type Alias: DomainEventByType

type DomainEventByType: { [T in DomainEventType]: Extract<DomainEvent, Object> };

Map of every event type string to its full event envelope.

Defined in

4Players/cortex-typescript-sdk/src/realtime/events.ts:42