Skip to content

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

Type Alias: ObjectPortOptions

ObjectPortOptions = Omit<ConfigTypeMap["object"], "schema"> & object

Defined in: packages/chaingraph-types/src/decorator/port.decorator.types.ts:28

For object ports, the "schema" property is required and accepts our union. (Note that now the port config itself MUST have type: 'object'.)

Type Declaration

schema

schema: ObjectPortSchemaInput

Licensed under BUSL-1.1