Skip to content

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

Licensed under BUSL-1.1