Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / FlowEvents

Type Alias: FlowEvents

FlowEvents = { [K in FlowEventType]: FlowEvent<K> }[FlowEventType]

Defined in: packages/chaingraph-types/src/flow/events.ts:229

Helper type to get all possible flow event types

Licensed under BUSL-1.1