mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
feat: code support vars
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import type { CommonNodeType, Variable } from '@/app/components/workflow/types'
|
||||
|
||||
export type TemplateTransformNodeType = CommonNodeType & {
|
||||
variables: Variable[]
|
||||
template: string
|
||||
}
|
||||
Reference in New Issue
Block a user