Introduce types for route name and route params
- Introduce a union type for current route names - Use `Record<Key, Value>` rather than `Object.<Key, Value>` as it is stricter (eg. it is non-nullable)
Showing
Please register or sign in to comment