mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-04 14:29:47 +00:00
feat: creating the rest of the sdk
This commit is contained in:
@@ -1 +1,7 @@
|
||||
export type WrapperData = {}
|
||||
import { StartSDK } from "../StartSDK"
|
||||
|
||||
export type WrapperData = any
|
||||
export const sdk = StartSDK.of()
|
||||
.withManifest<WrapperData>()
|
||||
.withStore<{ storeRoot: { storeLeaf: "value" } }>()
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user