Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-nodes / SECRET_TYPE_ENUM_OPTIONS

Variable: SECRET_TYPE_ENUM_OPTIONS

const SECRET_TYPE_ENUM_OPTIONS: object[]

Defined in: packages/fireflow-nodes/src/nodes/secret/utils.ts:25

Shared enum options built from secretTypeMetadata. Reused across all vault/secret nodes for the secretType PortEnum.

Type Declaration

defaultValue

defaultValue: string = key

id

id: string = key

title

title: string = metadata.label

type

type: "string"

Licensed under BUSL-1.1