From be544dcb06aa04e74fc56421970ee356752943e1 Mon Sep 17 00:00:00 2001 From: Jamey Huffnagle Date: Fri, 22 Nov 2024 11:35:10 -0500 Subject: [PATCH] api typing --- api-client/src/runs/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/src/runs/types.ts b/api-client/src/runs/types.ts index 8a97089eec7..2692fff5987 100644 --- a/api-client/src/runs/types.ts +++ b/api-client/src/runs/types.ts @@ -203,7 +203,7 @@ export interface UpdateErrorRecoveryPolicyRequest { data: ErrorRecoveryPolicy } -export type ErrorRecoveryPolicyResponse = Record +export type ErrorRecoveryPolicyResponse = UpdateErrorRecoveryPolicyRequest /** * Current Run State Data