Skip to content

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

Function: createAnyConfig()

createAnyConfig(underlyingType, options?): AnyPortConfig

Defined in: packages/fireflow-types/src/port/plugins/AnyPortPlugin.ts:38

Helper to create an any port config

Parameters

underlyingType

IPortConfig

options?

Partial<Omit<AnyPortConfig, "type" | "underlyingType">> = {}

Returns

AnyPortConfig

Licensed under BUSL-1.1