Skip to content

Commit

Permalink
api typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Nov 22, 2024
1 parent 6b7486c commit b988699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-client/src/runs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export interface UpdateErrorRecoveryPolicyRequest {
data: ErrorRecoveryPolicy
}

export type ErrorRecoveryPolicyResponse = Record<string, never>
export type ErrorRecoveryPolicyResponse = UpdateErrorRecoveryPolicyRequest

/**
* Current Run State Data
Expand Down

0 comments on commit b988699

Please sign in to comment.