Skip to content

Commit 908652d

Browse files
committed
[TS] Fix implicit any in augmented type
1 parent 85f6321 commit 908652d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/litegraph-augmentation.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ declare module '@comfyorg/litegraph/dist/types/widgets' {
6060
* ComfyUI extensions of litegraph
6161
*/
6262
declare module '@comfyorg/litegraph' {
63+
import type { ExecutableLGraphNode } from '@comfyorg/litegraph'
6364
import type { IBaseWidget } from '@comfyorg/litegraph/dist/types/widgets'
6465

6566
interface LGraphNodeConstructor<T extends LGraphNode = LGraphNode> {

0 commit comments

Comments
 (0)