import { IPSWFProcess } from './ipswfprocess'; /** * * 继承父接口类型值[TIMEREVENT] * @export * @interface IPSWFTimerEventProcess */ export type IPSWFTimerEventProcess = IPSWFProcess;