mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 09:30:06 +00:00
Typescript LGraph (#200)
* Format only * nit - Refactor * Refactor & reformat only * Refactor TS narrowing & coercion * Remove ts-nocheck * Fix downstream break when node id is string
This commit is contained in:
1692
src/LGraph.ts
1692
src/LGraph.ts
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@ export type ISerialisedGraph<
|
||||
> = {
|
||||
last_node_id: LGraph["last_node_id"]
|
||||
last_link_id: LGraph["last_link_id"]
|
||||
last_reroute_id: LGraph["last_reroute_id"]
|
||||
last_reroute_id?: LGraph["last_reroute_id"]
|
||||
nodes: TNode[]
|
||||
links: TLink[] | LLink[]
|
||||
groups: TGroup[]
|
||||
|
||||
Reference in New Issue
Block a user