Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / ArrayPortItemConfig

Type Alias: ArrayPortItemConfig

ArrayPortItemConfig = ArrayPortItemConfigObject | ArrayPortItemConfigArray | ConfigTypeMap["array"]["itemConfig"]

Defined in: packages/fireflow-types/src/decorator/port.decorator.types.ts:54

The overall union for array port item configuration is then the union of: • the explicit object-port branch, • the recursive array branch, • and the default definition for array items.

Licensed under BUSL-1.1