Closed thor-juhasz closed 1 month ago
Adds proper types for the configs (in the yet unreleased index.d.ts).
If this PR gets rejected, note that the configs key is still incorrectly typed with the current index.d.ts file.
configs
index.d.ts
If only a fix for that is wanted, without the types for the configs themselves, consider this:
configs: { - [name in keyof ConfigName]: any + [name in ConfigName]: any }
Adds proper types for the configs (in the yet unreleased index.d.ts).
If this PR gets rejected, note that the
configs
key is still incorrectly typed with the currentindex.d.ts
file.If only a fix for that is wanted, without the types for the configs themselves, consider this: