import { EventChannel } from "./EventChannel"; export interface NavigateToResult { /** * 和被打开页面进行通信 */ eventChannel?: EventChannel; }