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