We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586314e commit 11b71bbCopy full SHA for 11b71bb
src/types/litegraph-augmentation.d.ts
@@ -75,22 +75,6 @@ declare module '@comfyorg/litegraph' {
75
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
76
interface BaseWidget extends IBaseWidget {}
77
78
- /** Actual members required for execution. */
79
- type ExecutableLGraphNode = Pick<
80
- LGraphNode,
81
- | 'id'
82
- | 'type'
83
- | 'comfyClass'
84
- | 'title'
85
- | 'mode'
86
- | 'inputs'
87
- | 'widgets'
88
- | 'isVirtualNode'
89
- | 'applyToGraph'
90
- | 'getInputNode'
91
- | 'getInputLink'
92
- >
93
-
94
interface LGraphNode {
95
constructor: LGraphNodeConstructor
96
0 commit comments