scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
8 lines (7 loc) • 600 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationEntity = exports.NotificationActionEntity = void 0;
var notification_action_entity_1 = require("./notification-action.entity");
Object.defineProperty(exports, "NotificationActionEntity", { enumerable: true, get: function () { return notification_action_entity_1.NotificationActionEntity; } });
var notification_entity_1 = require("./notification.entity");
Object.defineProperty(exports, "NotificationEntity", { enumerable: true, get: function () { return notification_entity_1.NotificationEntity; } });