We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed433b commit 8e650e6Copy full SHA for 8e650e6
packages/router/src/typed-routes/route-location.ts
@@ -2,7 +2,6 @@ import type {
2
RouteLocationOptions,
3
RouteQueryAndHash,
4
_RouteLocationBase,
5
- RouteParamsGeneric,
6
RouteLocationMatched,
7
RouteParamsRawGeneric,
8
} from '../types'
@@ -50,7 +49,6 @@ export type RouteLocationTypedList<
50
49
*/
51
export interface RouteLocationNormalizedGeneric extends _RouteLocationBase {
52
name: RouteRecordNameGeneric
53
- params: RouteParamsGeneric
54
/**
55
* Array of {@link RouteRecordNormalized}
56
0 commit comments