add baseClasses for outputs

This commit is contained in:
Henry
2023-04-20 00:46:33 +01:00
parent df7a3995cd
commit 27e026d943
3 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export interface INodeOptionsValue {
export interface INodeOutputsValue {
label: string
name: string
type: string
baseClasses: string[]
description?: string
}