Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / FlowEventHandlerMap

Type Alias: FlowEventHandlerMap

FlowEventHandlerMap = { [K in FlowEventType]?: FlowEventHandler<K> }

Defined in: packages/fireflow-types/src/flow/eventHandlers.ts:19

Map of event handlers where keys are event types and values are handler functions

Licensed under BUSL-1.1