123456789101112131415161718 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Portlets;
- (function (Portlets) {
- let Infos;
- (function (Infos) {
- class Portlet {
- }
- Infos.Portlet = Portlet;
- class PortletRole {
- }
- Infos.PortletRole = PortletRole;
- })(Infos = Portlets.Infos || (Portlets.Infos = {}));
- })(Portlets = Platform.Portlets || (Platform.Portlets = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|