File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
invokeai/frontend/web/src/services/api Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -19467,6 +19467,13 @@ export type components = {
1946719467 edges: {
1946819468 [key: string]: components["schemas"]["JsonValue"];
1946919469 }[];
19470+ /**
19471+ * Form
19472+ * @description The form of the workflow.
19473+ */
19474+ form?: {
19475+ [key: string]: components["schemas"]["JsonValue"];
19476+ } | null;
1947019477 /**
1947119478 * Id
1947219479 * @description The id of the workflow.
@@ -19633,6 +19640,13 @@ export type components = {
1963319640 edges: {
1963419641 [key: string]: components["schemas"]["JsonValue"];
1963519642 }[];
19643+ /**
19644+ * Form
19645+ * @description The form of the workflow.
19646+ */
19647+ form?: {
19648+ [key: string]: components["schemas"]["JsonValue"];
19649+ } | null;
1963619650 };
1963719651 /**
1963819652 * Zoe (Depth) Processor
You can’t perform that action at this time.
0 commit comments