chore: Update the config type thank you

This commit is contained in:
BluJ
2023-05-09 14:36:50 -06:00
parent 0ff462a744
commit 021c4d4503
4 changed files with 6 additions and 6 deletions

View File

@@ -2,6 +2,6 @@ import { StartSdk } from "../StartSdk"
export type Manifest = any
export const sdk = StartSdk.of()
.withManifest<Manifest>()
.withManifest({} as any)
.withStore<{ storeRoot: { storeLeaf: "value" } }>()
.build()
.build(true)