Skip to content

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

Function: isObjectPortConfig()

isObjectPortConfig(value, schemaType?): value is ObjectPortConfig<IObjectSchema<Record<string, IPortConfig>>>

Defined in: packages/fireflow-types/src/port/base/types.ts:432

Parameters

value

unknown

schemaType?

string = 'object'

Returns

value is ObjectPortConfig<IObjectSchema<Record<string, IPortConfig>>>

Licensed under BUSL-1.1