Skip to content

Commit efb7f36

Browse files
chore(ui): typegen
1 parent 05ea1c7 commit efb7f36

File tree

1 file changed

+14
-0
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+14
-0
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)