diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index a206f0eaca77..a449cb52a981 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -13308,7 +13308,7 @@ export interface components { * Step Version Changes * @description Version changes for the workflow steps. */ - step_version_changes?: Record[] | null; + step_version_changes?: (string | Record)[] | null; /** * Steps * @description Information about all the steps of the workflow.