Skip to content

Commit

Permalink
chore: mark type as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 9, 2022
1 parent 864dd6d commit aabe509
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/index.ts
Expand Up @@ -122,6 +122,11 @@ export type RouteLocationRaw =
| RouteLocationPathRaw
| RouteLocationNamedRaw

/**
* Route Location that can infer the necessary params based on the name
*
* @internal
*/
export type RouteLocationNamedRaw<
RouteMap extends RouteNamedMapGeneric = RouteNamedMapGeneric,
Name extends keyof RouteMap = keyof RouteMap
Expand Down

0 comments on commit aabe509

Please sign in to comment.