Обзор
typeCore Record

BehaviorRecord

Object map of named behaviors for `all`, `allSettled`, and `race`.

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.

Source

tsflow/core/record.ts:30-30
export type BehaviorRecord = Record<string, AnyBehavior>;