Skip to content

Commit b988699

Browse files
committed
api typing
1 parent 6b7486c commit b988699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-client/src/runs/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export interface UpdateErrorRecoveryPolicyRequest {
203203
data: ErrorRecoveryPolicy
204204
}
205205

206-
export type ErrorRecoveryPolicyResponse = Record<string, never>
206+
export type ErrorRecoveryPolicyResponse = UpdateErrorRecoveryPolicyRequest
207207

208208
/**
209209
* Current Run State Data

0 commit comments

Comments
 (0)