From 36631cf7cf81e02d2e0e010e4d66108aff89e338 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 9 May 2022 17:28:51 +0200 Subject: [PATCH] chore: mark type as internal --- src/types/index.ts | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3