From: Eduardo San Martin Morote Date: Mon, 9 May 2022 15:28:51 +0000 (+0200) Subject: chore: mark type as internal X-Git-Tag: v4.1.0~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36631cf7cf81e02d2e0e010e4d66108aff89e338;p=thirdparty%2Fvuejs%2Frouter.git chore: mark type as internal --- diff --git a/src/types/index.ts b/src/types/index.ts index 268eecfc..a74c2f0c 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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