import { IPSObject } from '../ipsobject'; /** * * @export * @interface IPSPortletType */ export type IPSPortletType = IPSObject; //# sourceMappingURL=ipsportlet-type.d.ts.map