This commit is contained in:
Billy
2025-03-13 13:12:12 +11:00
parent d8b9a8d0dd
commit c8c27079ed

View File

@@ -21114,7 +21114,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"];
};
@@ -21144,7 +21144,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.
@@ -21195,7 +21195,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"];
/**