docs(workflow): add description field to EnvironmentVariable type

pull/21556/head
Mminamiyama 11 months ago
parent ea45e7ca2f
commit 7b7a506abd

@ -148,6 +148,7 @@ export type EnvironmentVariable = {
name: string name: string
value: any value: any
value_type: 'string' | 'number' | 'secret' value_type: 'string' | 'number' | 'secret'
description: string
} }
export type ConversationVariable = { export type ConversationVariable = {

Loading…
Cancel
Save