PersistentAI API Documentation / @persistentai/fireflow-types / ExecutionEventHandlerMap
Type Alias: ExecutionEventHandlerMap
ExecutionEventHandlerMap =
{ [K in ExecutionEventEnum]?: ExecutionEventHandler<K> }
Defined in: packages/fireflow-types/src/flow/execution-handlers.ts:26
Map of execution event handlers where keys are event types and values are handler functions