-
Notifications
You must be signed in to change notification settings - Fork 35
export needed types #1591
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
export needed types #1591
Conversation
…e, FlatQueryValue, and Query
|
Thanks for the PR! There was an issue running the CI. I just fixed it. Please rebase your PR 🙂 |
|
I had a type issue on my side and thought I would need Query/FlatQuery but I could eventually resolve it. I can now rely just on Would still be nice to have DotNotation and GetType :) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1591 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 56 56
Lines 1789 1789
Branches 417 417
=========================================
Hits 1789 1789 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
this was an issue on my side |
|
published in |
In my project I need to extend the default collection. There are some util methods that return a modified query, would be nice to use the types from SignalDB directly.In additionI figured out that the typesDotNotation&GetTypehave a 99.9% overlap with types on my side. I'd also like to use the ones from SignalDB here.