11 lines
464 B
JavaScript
11 lines
464 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.UserHasNotification = void 0;
|
|
const __1 = require("../..");
|
|
var UserHasNotification;
|
|
(function (UserHasNotification) {
|
|
class IUserHasNotification extends __1.UserHasNotificationClient.IUserHasNotification {
|
|
}
|
|
UserHasNotification.IUserHasNotification = IUserHasNotification;
|
|
})(UserHasNotification = exports.UserHasNotification || (exports.UserHasNotification = {}));
|