mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
feat: Make config of the config top
This commit is contained in:
@@ -260,7 +260,7 @@ export class List<Type, WD> {
|
||||
required: false,
|
||||
})
|
||||
|
||||
return topConfig<WrapperData>()({
|
||||
return Config.of<WrapperData>()({
|
||||
myValue: a.withWrapperData(),
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user