chore: Update the types for the config and manifest

This commit is contained in:
BluJ
2023-05-08 12:39:30 -06:00
parent aded4f6b3d
commit e17668da00

View File

@@ -54,6 +54,7 @@ export function setupConfig<
Type extends Record<string, any> = ExtractConfigType<ConfigType>,
>(
wrapperDataContract: WrapperDataContract<WD>,
_manifest: Manifest,
spec: Config<Type, WD> | Config<Type, never>,
write: Save<WD, Type, Manifest>,
read: Read<WD, Type>,