@takentrade/takentrade-libs
Version:
TakeNTrade shared libraries
16 lines (15 loc) • 660 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationType = void 0;
var NotificationType;
(function (NotificationType) {
NotificationType["TRANSACTION"] = "TRANSACTION";
NotificationType["PROMOTION"] = "PROMOTION";
NotificationType["SECURITY"] = "SECURITY";
NotificationType["GENERAL"] = "GENERAL";
NotificationType["LOAN"] = "LOAN";
NotificationType["INVESTMENT"] = "INVESTMENT";
NotificationType["AJO"] = "AJO";
NotificationType["SAVINGS"] = "SAVINGS";
NotificationType["COOPERATIVE"] = "COOPERATIVE";
})(NotificationType || (exports.NotificationType = NotificationType = {}));