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
Address concerns around count typings #3249
Conversation
This prevents typescript from complaining when it has to be used in an exported signature without us having to expose internal type as public Closes #3259
@lorefnon Could you also backport this to |
Yeah, done.
Yes, I tried cherry picking the commits on that branch and there weren't any conflicts. Do you want me to create another PR against that branch ? |
Yup, would be perfect. |
@lorefnon Should this be WIP or can it be merged already? Also maybe it makes sense to add TypeScript section to knex documentation to explain the registry functionality? Probably most people won't check sources for it. |
I think this can be merged. I'll add a pr for ts specific docs in the documentation repo by end of the week. |
Fixes: #3247