UNPKG

@yoroi/types

Version:
15 lines (14 loc) 586 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationTrigger = void 0; let NotificationTrigger = exports.NotificationTrigger = /*#__PURE__*/function (NotificationTrigger) { NotificationTrigger["TransactionReceived"] = "TransactionReceived"; NotificationTrigger["RewardsUpdated"] = "RewardsUpdated"; NotificationTrigger["PrimaryTokenPriceChanged"] = "PrimaryTokenPriceChanged"; NotificationTrigger["Push"] = "Push"; NotificationTrigger["Banner"] = "Banner"; return NotificationTrigger; }({}); //# sourceMappingURL=manager.js.map