EdgeType
type EdgeType = "normal" | "error" | "choice" | "default" | "retry";Defined in: src/types/index.ts:277
Edge types for state transitions
type EdgeType = "normal" | "error" | "choice" | "default" | "retry";Defined in: src/types/index.ts:277
Edge types for state transitions