mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: UPdate types
This commit is contained in:
@@ -23,7 +23,7 @@ export const setupMain = <Manifest extends SDKManifest, Store>(
|
||||
effects: Effects
|
||||
started(onTerm: () => void): null
|
||||
utils: Utils<Manifest, Store, {}>
|
||||
}) => Promise<Daemons<any>>,
|
||||
}) => Promise<Daemons<Manifest, any>>,
|
||||
): ExpectedExports.main => {
|
||||
return async (options) => {
|
||||
const result = await fn({
|
||||
|
||||
Reference in New Issue
Block a user