feat: did some stuff
This commit is contained in:
@@ -34,7 +34,7 @@ export type NodeType = {
|
||||
meta?: {
|
||||
title?: string;
|
||||
},
|
||||
execute?: (inputs: Record<string, string | number | boolean>) => unknown;
|
||||
execute?: (...args: (string | number | boolean)[]) => unknown;
|
||||
}
|
||||
|
||||
export type Socket = {
|
||||
|
@@ -26,6 +26,7 @@ type NodeInputSelect = {
|
||||
|
||||
type DefaultOptions = {
|
||||
internal?: boolean;
|
||||
external?: boolean;
|
||||
title?: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user