Skip to content

Commit 02ebdd5

Browse files
committed
refactor: aliasOf typje
1 parent f420992 commit 02ebdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/experimental/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export interface EXPERIMENTAL_RouteRecord_Base
197197
/**
198198
* References another record if this record is an alias of it.
199199
*/
200-
aliasOf?: unknown
200+
aliasOf?: this
201201

202202
// TODO: deprecate, expose utils to compare resolved routes, and document
203203
// how to create a meta field that does the same

0 commit comments

Comments
 (0)