mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 13:59:54 +00:00
Rename ComfyWorkflow to ComfyWorkflowJSON (#91)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ComfyWorkflow } from "types/comfyWorkflow";
|
||||
import { ComfyWorkflowJSON } from "types/comfyWorkflow";
|
||||
import {
|
||||
HistoryTaskItem,
|
||||
PendingTaskItem,
|
||||
@@ -13,7 +13,7 @@ interface QueuePromptRequestBody {
|
||||
prompt: Record<number, any>;
|
||||
extra_data: {
|
||||
extra_pnginfo: {
|
||||
workflow: ComfyWorkflow;
|
||||
workflow: ComfyWorkflowJSON;
|
||||
};
|
||||
};
|
||||
front?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user