Skip to content

Commit f57f97c

Browse files
authored
[TS] Remove frontend-only typing from litegraph (#4325)
1 parent 8f825c0 commit f57f97c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/types/litegraph-augmentation.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ declare module '@comfyorg/litegraph/dist/types/widgets' {
5656
}
5757
}
5858

59+
/**
60+
* ComfyUI extensions of litegraph interfaces
61+
*/
62+
declare module '@comfyorg/litegraph/dist/interfaces' {
63+
interface IWidgetLocator {
64+
[key: symbol]: unknown
65+
}
66+
}
67+
5968
/**
6069
* ComfyUI extensions of litegraph
6170
*/

0 commit comments

Comments
 (0)