import { IPSModelObject } from '../ipsmodel-object'; /** * * @export * @interface IPSXmlNodeOwner */ export type IPSXmlNodeOwner = IPSModelObject;