mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-30 04:50:04 +00:00
Rename ComfyWorkflow to ComfyWorkflowJSON (#91)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ComfyWorkflow } from "/types/comfyWorkflow";
|
||||
import type { ComfyWorkflowJSON } from "/types/comfyWorkflow";
|
||||
|
||||
export const defaultGraph: ComfyWorkflow = {
|
||||
export const defaultGraph: ComfyWorkflowJSON = {
|
||||
last_node_id: 9,
|
||||
last_link_id: 9,
|
||||
nodes: [
|
||||
|
||||
Reference in New Issue
Block a user