diff --git a/src/types/litegraph-augmentation.d.ts b/src/types/litegraph-augmentation.d.ts index 624e4ae08..ac6757f73 100644 --- a/src/types/litegraph-augmentation.d.ts +++ b/src/types/litegraph-augmentation.d.ts @@ -56,6 +56,15 @@ declare module '@comfyorg/litegraph/dist/types/widgets' { } } +/** + * ComfyUI extensions of litegraph interfaces + */ +declare module '@comfyorg/litegraph/dist/interfaces' { + interface IWidgetLocator { + [key: symbol]: unknown + } +} + /** * ComfyUI extensions of litegraph */