import { PSDBPortletPartImpl } from './psdbportlet-part-impl'; export class EmptyPSDBSysPortletPartImpl extends PSDBPortletPartImpl { get portletType(): 'LIST' | 'CHART' | 'VIEW' | 'HTML' | 'TOOLBAR' | 'ACTIONBAR' | 'CUSTOM' | 'APPMENU' | 'CONTAINER' | 'RAWITEM' { return this.M.portletType; } }