mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
add baseClasses for outputs
This commit is contained in:
@@ -32,7 +32,7 @@ export interface INodeOptionsValue {
|
||||
export interface INodeOutputsValue {
|
||||
label: string
|
||||
name: string
|
||||
type: string
|
||||
baseClasses: string[]
|
||||
description?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user