File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
invokeai/frontend/web/src/services/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21177,7 +21177,7 @@ export type components = {
2117721177 * Opened At
2117821178 * @description The opened timestamp of the workflow.
2117921179 */
21180- opened_at: string | null;
21180+ opened_at? : string | null;
2118121181 /** @description The workflow. */
2118221182 workflow: components["schemas"]["Workflow"];
2118321183 };
@@ -21207,7 +21207,7 @@ export type components = {
2120721207 * Opened At
2120821208 * @description The opened timestamp of the workflow.
2120921209 */
21210- opened_at: string | null;
21210+ opened_at? : string | null;
2121121211 /**
2121221212 * Description
2121321213 * @description The description of the workflow.
@@ -21258,7 +21258,7 @@ export type components = {
2125821258 * Opened At
2125921259 * @description The opened timestamp of the workflow.
2126021260 */
21261- opened_at: string | null;
21261+ opened_at? : string | null;
2126221262 /** @description The workflow. */
2126321263 workflow: components["schemas"]["Workflow"];
2126421264 /**
You can’t perform that action at this time.
0 commit comments