We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have typed filter in order to avoid typo in the property names. As an example:
interface Square { width: number; height: number; } const filter: Filter<Square> = { width: { lt: 5 } };
It would be the foundation to introduce even typed nested properties handling.
The text was updated successfully, but these errors were encountered:
Handle Typed Property Name in Filter - Issure techniq#95
d5f0d72
Merge pull request #96 from antonespo/master
16d53d9
Handle Typed Property Name in Filter - Issue #95
No branches or pull requests
It would be nice to have typed filter in order to avoid typo in the property names.
As an example:
It would be the foundation to introduce even typed nested properties handling.
The text was updated successfully, but these errors were encountered: