UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

10 lines (9 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Notification = exports.NotificationBase = void 0; class NotificationBase { } exports.NotificationBase = NotificationBase; class Notification extends NotificationBase { } exports.Notification = Notification;