]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: mark type as internal
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 May 2022 15:28:51 +0000 (17:28 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
src/types/index.ts

index 268eecfccd6317c7ca74c3347af1b2537e53231b..a74c2f0c1d9899f19f38a35dd9ee760a254e47b3 100644 (file)
@@ -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