Skip to content

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

Type Alias: ObjectPortOptions

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

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