Is it possible to create a type of a subset of the routes for LinkOptions?
Lets say we have these routes
inside inbox im rendering an email card component, this card has multiple links inside.
whether im rendering this component inside /inbox i want the links to go to
and when im in
so i want to pass in props like LinkOptions but only for these routes, and when im in the client inbox it should highlight that i should add the clientUuid prop
inside inbox im rendering an email card component, this card has multiple links inside.
whether im rendering this component inside /inbox i want the links to go to
/inbox/$emailIdand when im in
/clients/$clientUuid/inbox i want the link to go to /clients/$clientUuid/inbox/$emailIdso i want to pass in props like LinkOptions but only for these routes, and when im in the client inbox it should highlight that i should add the clientUuid prop