add additional params

This commit is contained in:
Henry
2023-04-27 23:14:42 +01:00
parent 0f6da4c44f
commit e53651a415
6 changed files with 161 additions and 11 deletions
+1
View File
@@ -49,6 +49,7 @@ export interface INodeParams {
acceptVariable?: boolean
placeholder?: string
fileType?: string
additionalParams?: boolean
}
export interface INodeExecutionData {