mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-02 05:23:21 +00:00
chore: Update the types for the config and manifest
This commit is contained in:
@@ -54,6 +54,7 @@ export function setupConfig<
|
|||||||
Type extends Record<string, any> = ExtractConfigType<ConfigType>,
|
Type extends Record<string, any> = ExtractConfigType<ConfigType>,
|
||||||
>(
|
>(
|
||||||
wrapperDataContract: WrapperDataContract<WD>,
|
wrapperDataContract: WrapperDataContract<WD>,
|
||||||
|
_manifest: Manifest,
|
||||||
spec: Config<Type, WD> | Config<Type, never>,
|
spec: Config<Type, WD> | Config<Type, never>,
|
||||||
write: Save<WD, Type, Manifest>,
|
write: Save<WD, Type, Manifest>,
|
||||||
read: Read<WD, Type>,
|
read: Read<WD, Type>,
|
||||||
|
|||||||
Reference in New Issue
Block a user