mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
typegen fix
This commit is contained in:
committed by
Mary Hipp Rogers
parent
df18fe0298
commit
5a9cbe35e0
@@ -21177,7 +21177,7 @@ export type components = {
|
||||
* Opened At
|
||||
* @description The opened timestamp of the workflow.
|
||||
*/
|
||||
opened_at: string | null;
|
||||
opened_at?: string | null;
|
||||
/** @description The workflow. */
|
||||
workflow: components["schemas"]["Workflow"];
|
||||
};
|
||||
@@ -21207,7 +21207,7 @@ export type components = {
|
||||
* Opened At
|
||||
* @description The opened timestamp of the workflow.
|
||||
*/
|
||||
opened_at: string | null;
|
||||
opened_at?: string | null;
|
||||
/**
|
||||
* Description
|
||||
* @description The description of the workflow.
|
||||
@@ -21258,7 +21258,7 @@ export type components = {
|
||||
* Opened At
|
||||
* @description The opened timestamp of the workflow.
|
||||
*/
|
||||
opened_at: string | null;
|
||||
opened_at?: string | null;
|
||||
/** @description The workflow. */
|
||||
workflow: components["schemas"]["Workflow"];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user