Signature
tsSignature
export type BehaviorRecord = Record<string, AnyBehavior>;Imports
tsImport
import { BehaviorRecord } from "@/lib/flow/core/record";import { BehaviorRecord } from "@/lib/flow";Details
Keys are preserved in output and error records, which makes parallel results easy to inspect.
Related Symbols
AnyBehavior
Behavior shape accepted by keyed record helpers.
type
Source
tsflow/core/record.ts:30-30
export type BehaviorRecord = Record<string, AnyBehavior>;