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 pick types to allow interfaces #237

Merged
merged 1 commit into from
Jan 16, 2023
Merged

fix pick types to allow interfaces #237

merged 1 commit into from
Jan 16, 2023

Conversation

sodiray
Copy link
Owner

@sodiray sodiray commented Jan 16, 2023

Description

I messed up the types on pick when I set it to Record<string, any>, it currently does not accept interfaces 😞 this PR changes the generic to an object so it can accept other things.

Checklist

  • Changes are covered by tests if behavior has been changed or added
  • Tests have 100% coverage
  • If code changes were made, the version in package.json has been bumped (matching semver)
  • If code changes were made, the yarn build command has been run and to update the cdn directory
  • If code changes were made, the documentation (in the /docs directory) has been updated

Resolves

If the PR resolves an open issue tag it here. For example, Resolves #34

@vercel
Copy link

vercel bot commented Jan 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
radash-docs ✅ Ready (Inspect) Visit Preview Jan 16, 2023 at 2:55AM (UTC)

@sodiray sodiray removed the release label Jan 16, 2023
@sodiray sodiray merged commit 766347e into master Jan 16, 2023
@sodiray sodiray deleted the fix/pick-typing branch June 27, 2023 13:37
aleclarson referenced this pull request in radashi-org/radashi Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant