remove deprecations packages/core-plugin-api/src/routing/types.ts:147,152,157

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-15 17:05:29 -05:00
parent 7e9f1118dc
commit 26cbea8e69
@@ -142,23 +142,6 @@ export type AnyRouteRef =
| SubRouteRef<any>
| ExternalRouteRef<any, any>;
// 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