import { IPSLinkDEField } from './ipslink-defield'; /** * * @export * @interface IPSInheritDEField */ export type IPSInheritDEField = IPSLinkDEField;