Fix type-check error (#27051)
This commit is contained in:
@@ -11,6 +11,11 @@ export type OutputVar = Record<string, {
|
||||
children: null // support nest in the future,
|
||||
}>
|
||||
|
||||
export type CodeDependency = {
|
||||
name: string
|
||||
version?: string
|
||||
}
|
||||
|
||||
export type CodeNodeType = CommonNodeType & {
|
||||
variables: Variable[]
|
||||
code_language: CodeLanguage
|
||||
|
||||
Reference in New Issue
Block a user