import { IPSEditor } from '../ipseditor'; /** * * 继承父接口类型值[OFFICEEDITOR] * @export * @interface IPSOffice */ export type IPSOffice = IPSEditor;