mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
fixes type error in function wrapFunctionAsNode
This commit is contained in:
2
src/litegraph.d.ts
vendored
2
src/litegraph.d.ts
vendored
@@ -240,7 +240,7 @@ export const LiteGraph: {
|
||||
wrapFunctionAsNode(
|
||||
name: string,
|
||||
func: (...args: any[]) => any,
|
||||
param_types?: [],
|
||||
param_types?: string[],
|
||||
return_type?: string,
|
||||
properties?: object
|
||||
): void;
|
||||
|
||||
Reference in New Issue
Block a user