fix: Fix the type for create action

This commit is contained in:
BluJ
2023-05-19 15:50:53 -06:00
parent 4ee030de1c
commit d00c5eaa85

View File

@@ -81,7 +81,6 @@ export class StartSdk<Manifest extends SDKManifest, Store, Vault> {
return { return {
configConstants: { smtpConfig }, configConstants: { smtpConfig },
createAction: < createAction: <
Store,
ConfigType extends ConfigType extends
| Record<string, any> | Record<string, any>
| Config<any, any, any> | Config<any, any, any>