From 6d16b7c88be2425f1e22ddf4998404fbe5ad6928 Mon Sep 17 00:00:00 2001 From: David Newell Date: Thu, 26 Oct 2023 10:01:30 +0100 Subject: [PATCH] revert type changes --- frontend/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/types.ts b/frontend/src/types.ts index 1af161fd35b44..c59ab2d0a9f50 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -3280,4 +3280,4 @@ export enum SDKTag { OTHER = 'Other', } -export type SDKInstructionsMap = Partial React.ReactElement>> +export type SDKInstructionsMap = Partial>