11 lines
380 B
JavaScript
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 = {}));
|