chore(ui): typegen

This commit is contained in:
psychedelicious
2025-03-04 12:29:30 +10:00
parent 445f122f37
commit 3c2e6378ca

View File

@@ -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: {