Signature
tsSignature
export type RecordInput<B extends BehaviorRecord> = UnionToIntersection<BehaviorInput<B[keyof B]>>;Imports
tsImport
import { RecordInput } from "@/lib/flow/core/record";import { RecordInput } from "@/lib/flow";Type Parameters
BBehavior record to inspect.
Related Symbols
type
BehaviorRecord
Object map of named behaviors for `all`, `allSettled`, and `race`.
type
Source
tsflow/core/record.ts:43-43
export type RecordInput<B extends BehaviorRecord> = UnionToIntersection<BehaviorInput<B[keyof B]>>;