TNG / ngqp

Declaratively synchronize form controls with the URL
https://tng.github.io/ngqp
MIT License
81 stars 8 forks source link

Type parameters with unknown instead of any? #101

Closed Airblader closed 5 years ago

Airblader commented 5 years ago

What does the bug look like?

Currently we use any for all the missing types of parameters. We should consider using unknown instead, forcing the user to type it correctly.

Related: #91