Skip to content

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

Variable: compatibleSecretTypes

const compatibleSecretTypes: Record<SecretType, SecretType[]>

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

Map for the compatible secret types between each other. Compatible secret types can be used interchangeably in the same port. For example, 'openai', 'anthropic' and 'string' are compatible with each other because they are all strings.

Licensed under BUSL-1.1