import { IPSControlHandlerAction } from '../ipscontrol-handler-action'; import { IPSAjaxHandlerAction } from './ipsajax-handler-action'; /** * * 子接口类型识别属性[] * @export * @interface IPSAjaxControlHandlerAction */ export interface IPSAjaxControlHandlerAction extends IPSControlHandlerAction, IPSAjaxHandlerAction {}