Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: type declarations for configs #2566

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thor-juhasz
Copy link

@thor-juhasz thor-juhasz commented Sep 26, 2024

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.

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
  }

Copy link
Member

@FloEdelmann FloEdelmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks good! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants