From 7e9f1118dc8aef168247bacdfc8921f03023750b Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Wed, 15 Dec 2021 17:05:13 -0500 Subject: [PATCH] remove deprecations packages/core-plugin-api/src/routing/RouteRef.ts:27 Signed-off-by: Colton Padden --- packages/core-plugin-api/src/routing/RouteRef.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/core-plugin-api/src/routing/RouteRef.ts b/packages/core-plugin-api/src/routing/RouteRef.ts index 8bd3d604f6..37d79f3b83 100644 --- a/packages/core-plugin-api/src/routing/RouteRef.ts +++ b/packages/core-plugin-api/src/routing/RouteRef.ts @@ -23,17 +23,6 @@ import { } from './types'; import { OldIconComponent } from '../icons/types'; -/** - * @deprecated - * @internal - */ -export type RouteRefConfig = { - params?: ParamKeys; - path?: string; - icon?: OldIconComponent; - title: string; -}; - /** * @internal */