From d00c5eaa856cbbea58596adba06aac823c3f6065 Mon Sep 17 00:00:00 2001 From: BluJ Date: Fri, 19 May 2023 15:50:53 -0600 Subject: [PATCH] fix: Fix the type for create action --- lib/StartSdk.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/StartSdk.ts b/lib/StartSdk.ts index ddd24e0..89784c7 100644 --- a/lib/StartSdk.ts +++ b/lib/StartSdk.ts @@ -81,7 +81,6 @@ export class StartSdk { return { configConstants: { smtpConfig }, createAction: < - Store, ConfigType extends | Record | Config