From 26cbea8e691e51277b8a3d2e9127288e4d02aae0 Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Wed, 15 Dec 2021 17:05:29 -0500 Subject: [PATCH] remove deprecations packages/core-plugin-api/src/routing/types.ts:147,152,157 Signed-off-by: Colton Padden --- packages/core-plugin-api/src/routing/types.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/packages/core-plugin-api/src/routing/types.ts b/packages/core-plugin-api/src/routing/types.ts index bd419abb76..6232810e56 100644 --- a/packages/core-plugin-api/src/routing/types.ts +++ b/packages/core-plugin-api/src/routing/types.ts @@ -142,23 +142,6 @@ export type AnyRouteRef = | SubRouteRef | ExternalRouteRef; -// TODO(Rugvip): None of these should be found in the wild anymore, remove in next minor release -/** - * @deprecated - * @internal - */ -export type ConcreteRoute = {}; -/** - * @deprecated - * @internal - */ -export type AbsoluteRouteRef = RouteRef<{}>; -/** - * @deprecated - * @internal - */ -export type MutableRouteRef = RouteRef<{}>; - /** * A duplicate of the react-router RouteObject, but with routeRef added * @internal