diff --git a/shell/core/types.ts b/shell/core/types.ts index 4e09a5a009e..1857f7cf578 100644 --- a/shell/core/types.ts +++ b/shell/core/types.ts @@ -26,7 +26,7 @@ export type CoreStoreInit = (store: any, ctx: any) => void; export type RegisterStore = () => (store: any) => void export type UnregisterStore = (store: any) => void -export type PluginRouteRecordRaw = {parent?: string, route: RouteRecordRaw} +export type PluginRouteRecordRaw = { [key: string]: any } export type OnEnterLeavePackageConfig = { clusterId: string, diff --git a/shell/package.json b/shell/package.json index 837ebf7f057..15f946233aa 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@rancher/shell", - "version": "3.0.0-rc.6", + "version": "3.0.0-rc.7", "description": "Rancher Dashboard Shell", "repository": "https://github.com/rancherlabs/dashboard", "license": "Apache-2.0",