"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseNotification = void 0;
var BaseNotification = (function () {
function BaseNotification() {
}
return BaseNotification;
}());
exports.BaseNotification = BaseNotification;