Skip to content

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

Type Alias: SecretTypeMap

SecretTypeMap = { [key in keyof typeof secretTypeSchemas]: z.infer<typeof secretTypeSchemas[key]> }

Defined in: packages/fireflow-types/src/port/base/secret.ts:67

Type map of supported secrets.

Licensed under BUSL-1.1