Skip to content

PURISTA API


PURISTA API / @purista/core / EventMap

Type Alias: EventMap

EventMap = Record<string, unknown>

Defined in: core/types/GenericEventEmitter.ts:6

Event payload map where key is the event name and value is the payload type.