import { IPSXmlNodeOwner } from './ipsxml-node-owner'; /** * * @export * @interface IPSXmlNodes */ export type IPSXmlNodes = IPSXmlNodeOwner;