Skip to content

Commit 8e650e6

Browse files
committed
refactor: unused code
1 parent 7ed433b commit 8e650e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/router/src/typed-routes/route-location.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type {
22
RouteLocationOptions,
33
RouteQueryAndHash,
44
_RouteLocationBase,
5-
RouteParamsGeneric,
65
RouteLocationMatched,
76
RouteParamsRawGeneric,
87
} from '../types'
@@ -50,7 +49,6 @@ export type RouteLocationTypedList<
5049
*/
5150
export interface RouteLocationNormalizedGeneric extends _RouteLocationBase {
5251
name: RouteRecordNameGeneric
53-
params: RouteParamsGeneric
5452
/**
5553
* Array of {@link RouteRecordNormalized}
5654
*/

0 commit comments

Comments
 (0)