mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): typegen
This commit is contained in:
@@ -19467,6 +19467,13 @@ export type components = {
|
||||
edges: {
|
||||
[key: string]: components["schemas"]["JsonValue"];
|
||||
}[];
|
||||
/**
|
||||
* Form
|
||||
* @description The form of the workflow.
|
||||
*/
|
||||
form?: {
|
||||
[key: string]: components["schemas"]["JsonValue"];
|
||||
} | null;
|
||||
/**
|
||||
* Id
|
||||
* @description The id of the workflow.
|
||||
@@ -19633,6 +19640,13 @@ export type components = {
|
||||
edges: {
|
||||
[key: string]: components["schemas"]["JsonValue"];
|
||||
}[];
|
||||
/**
|
||||
* Form
|
||||
* @description The form of the workflow.
|
||||
*/
|
||||
form?: {
|
||||
[key: string]: components["schemas"]["JsonValue"];
|
||||
} | null;
|
||||
};
|
||||
/**
|
||||
* Zoe (Depth) Processor
|
||||
|
||||
Reference in New Issue
Block a user