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:
@@ -21091,11 +21091,8 @@ export type components = {
|
||||
* @description The version of the workflow schema.
|
||||
*/
|
||||
version: string;
|
||||
/**
|
||||
* @description The category of the workflow (user or default).
|
||||
* @default user
|
||||
*/
|
||||
category?: components["schemas"]["WorkflowCategory"];
|
||||
/** @description The category of the workflow (user or default). */
|
||||
category: components["schemas"]["WorkflowCategory"];
|
||||
};
|
||||
/** WorkflowRecordDTO */
|
||||
WorkflowRecordDTO: {
|
||||
|
||||
Reference in New Issue
Block a user