Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / createAnyConfig

Function: createAnyConfig()

createAnyConfig(underlyingType, options): AnyPortConfig

Defined in: packages/chaingraph-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