import { IPSAppView } from './ipsapp-view'; /** * * 子接口类型识别属性[] * @export * @interface IPSAppExplorerView */ export interface IPSAppExplorerView extends IPSAppView { /** * IFrame模式 * @type {boolean} */ iFrameMode: boolean; }