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