diff --git a/src/litegraph.d.ts b/src/litegraph.d.ts index a3abee85e..8c2a0e852 100644 --- a/src/litegraph.d.ts +++ b/src/litegraph.d.ts @@ -209,11 +209,11 @@ export const LiteGraph: { /** if set to true some nodes like Formula would be allowed to evaluate code that comes from unsafe sources (like node configuration), which could lead to exploits */ allow_scripts: boolean; /** node types by string */ - registered_node_types: Record; + registered_node_types: Record; /** used for dropping files in the canvas */ - node_types_by_file_extension: Record; + node_types_by_file_extension: Record; /** node types by class name */ - Nodes: Record; + Nodes: Record; /** used to add extra features to the search box */ searchbox_extras: Record<