Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Viewport } from 'reactflow'
|
||||
import type {
|
||||
BlockEnum,
|
||||
Edge,
|
||||
EnvironmentVariable,
|
||||
Node,
|
||||
} from '@/app/components/workflow/types'
|
||||
|
||||
@@ -56,6 +57,7 @@ export type FetchWorkflowDraftResponse = {
|
||||
hash: string
|
||||
updated_at: number
|
||||
tool_published: boolean
|
||||
environment_variables?: EnvironmentVariable[]
|
||||
}
|
||||
|
||||
export type NodeTracingListResponse = {
|
||||
|
Reference in New Issue
Block a user