import { IPSEditor } from './ipseditor'; /** * * 子接口类型识别属性[] * @export * @interface IPSAjaxEditor */ export interface IPSAjaxEditor extends IPSEditor { /** * 处理器类型 * @type {string} */ handlerType: string; }