UNPKG

@takentrade/takentrade-libs

Version:
16 lines (15 loc) 660 B
"use strict"; 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 = {}));