Skip to content

Commit

Permalink
Regenerate the client schema
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Mar 28, 2024
1 parent a841862 commit fd0fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13308,7 +13308,7 @@ export interface components {
* Step Version Changes
* @description Version changes for the workflow steps.
*/
step_version_changes?: Record<string, never>[] | null;
step_version_changes?: (string | Record<string, never>)[] | null;
/**
* Steps
* @description Information about all the steps of the workflow.
Expand Down

0 comments on commit fd0fd85

Please sign in to comment.