import { IPSAppDEView } from './ipsapp-deview'; /** * * 继承父接口类型值[DECUSTOMVIEW] * @export * @interface IPSAppDECustomView */ export type IPSAppDECustomView = IPSAppDEView;