/** * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ import { IpcRendererNavigationEvents } from "../ipc/navigation-events"; import type { MessageChannel } from "@k8slens/messaging"; export type ClusterFrameNavigationChannel = MessageChannel; export const clusterFrameNavigationChannel: ClusterFrameNavigationChannel = { id: IpcRendererNavigationEvents.NAVIGATE_IN_CLUSTER, };