Type Alias: EventType
ts
type EventType = string | symbol | number;Defined in: src/wirestate-core/plugin/events/events.ts:12
Identifies an event for emitting and subscribing.
Remarks
Event types are compared by value for strings and numbers, and by reference for symbols.