import { IPSObject } from '../ipsobject'; /** * * @export * @interface IPSPortletType */ export type IPSPortletType = IPSObject;