2023-03-23 16:55:12 +01:00

11 lines
380 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Notification = void 0;
const __1 = require("../..");
var Notification;
(function (Notification) {
class INotification extends __1.NotificationClient.INotification {
}
Notification.INotification = INotification;
})(Notification = exports.Notification || (exports.Notification = {}));