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

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 = {}));