14 lines
533 B
JavaScript
14 lines
533 B
JavaScript
"use strict";
|
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const Notification_1 = __importDefault(require("../Admin/Notification"));
|
|
var Notification;
|
|
(function (Notification) {
|
|
class INotification extends Notification_1.default.INotification {
|
|
}
|
|
Notification.INotification = INotification;
|
|
})(Notification || (Notification = {}));
|
|
exports.default = Notification;
|