mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-04 14:29:47 +00:00
chore: Beta 7
This commit is contained in:
@@ -3,7 +3,7 @@ import { Utils } from "../util/utils"
|
|||||||
|
|
||||||
export type SetupExports<Store> = (opts: {
|
export type SetupExports<Store> = (opts: {
|
||||||
effects: Effects
|
effects: Effects
|
||||||
utils: Utils<Store>
|
utils: Utils<any, Store>
|
||||||
}) =>
|
}) =>
|
||||||
| {
|
| {
|
||||||
ui: ExposeUiPaths<Store>
|
ui: ExposeUiPaths<Store>
|
||||||
|
|||||||
Reference in New Issue
Block a user