chore(ui): typegen

This commit is contained in:
psychedelicious
2025-02-21 09:41:28 +10:00
parent 05ea1c7637
commit efb7f36f28

View File

@@ -19467,6 +19467,13 @@ export type components = {
edges: {
[key: string]: components["schemas"]["JsonValue"];
}[];
/**
* Form
* @description The form of the workflow.
*/
form?: {
[key: string]: components["schemas"]["JsonValue"];
} | null;
/**
* Id
* @description The id of the workflow.
@@ -19633,6 +19640,13 @@ export type components = {
edges: {
[key: string]: components["schemas"]["JsonValue"];
}[];
/**
* Form
* @description The form of the workflow.
*/
form?: {
[key: string]: components["schemas"]["JsonValue"];
} | null;
};
/**
* Zoe (Depth) Processor