nestjs-yookassa
Version:
A NestJS library for integrating with YooKassa API
14 lines (13 loc) • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationTypeEnum = void 0;
/**
* Тип уведомления.
*/
var NotificationTypeEnum;
(function (NotificationTypeEnum) {
/**
* Уведомление о событии.
*/
NotificationTypeEnum["NOTIFICATION"] = "notification";
})(NotificationTypeEnum || (exports.NotificationTypeEnum = NotificationTypeEnum = {}));