mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Update to remove some wrapper data
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { StartSDK } from "../StartSDK"
|
||||
|
||||
export type WrapperData = any
|
||||
export type Manifest = any
|
||||
export const sdk = StartSDK.of()
|
||||
.withManifest<WrapperData>()
|
||||
.withManifest<Manifest>()
|
||||
.withStore<{ storeRoot: { storeLeaf: "value" } }>()
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user