import { IPSAppDEView } from './ipsapp-deview'; import { IPSAppExplorerView } from './ipsapp-explorer-view'; /** * * 子接口类型识别属性[] * @export * @interface IPSAppDEExplorerView */ export interface IPSAppDEExplorerView extends IPSAppExplorerView, IPSAppDEView { /** * 默认加载数据 * @type {boolean} */ loadDefault: boolean; /** * 显示信息栏 * @type {boolean} */ showDataInfoBar: boolean; }