import { IPSWFLink } from './ipswflink'; /** * * 继承父接口类型值[ROUTE] * @export * @interface IPSWFRouteLink */ export type IPSWFRouteLink = IPSWFLink;