mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24: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>
|
||||||
|
|||||||
@@ -114,8 +114,8 @@ export type ValidIfNoStupidEscape<A> = A extends
|
|||||||
| `${string}\\"${string}`
|
| `${string}\\"${string}`
|
||||||
? never
|
? never
|
||||||
: "" extends A & ""
|
: "" extends A & ""
|
||||||
? never
|
? never
|
||||||
: A
|
: A
|
||||||
|
|
||||||
export type ConfigRes = {
|
export type ConfigRes = {
|
||||||
/** This should be the previous config, that way during set config we start with the previous */
|
/** This should be the previous config, that way during set config we start with the previous */
|
||||||
|
|||||||
Reference in New Issue
Block a user