mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
fix: Fix the type for create action
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user