Skip to content

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

Type Alias: IPortValue

IPortValue = StringPortValue | NumberPortValue | BooleanPortValue | ArrayPortValue<any> | ObjectPortValue<any> | StreamPortValue<any> | SecretPortValue<any> | EnumPortValue | AnyPortValue

Defined in: packages/chaingraph-types/src/port/base/types.ts:361

Union type of all port values

Licensed under BUSL-1.1