How can I use generic keys in RouteNamedMap
#359
Unanswered
Garine519
asked this question in
Questions and Help
Replies: 1 comment
-
What are you trying to achieve exactly? You can also add routes at build time with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like
RouteNamedMap
interface to use generic route names in addition to the routes defined intyped-router.d.ts
Is there a way I could achieve this?
I know we can't do interface unions but would love to get the types AND be able to use generic routes.
Beta Was this translation helpful? Give feedback.
All reactions