@lexriver/yandex-pay
Version:
A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications
9 lines (8 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnumFlexibleTimeIntervalType = void 0;
var EnumFlexibleTimeIntervalType;
(function (EnumFlexibleTimeIntervalType) {
EnumFlexibleTimeIntervalType["GRID"] = "GRID";
EnumFlexibleTimeIntervalType["VALUES"] = "VALUES";
})(EnumFlexibleTimeIntervalType || (exports.EnumFlexibleTimeIntervalType = EnumFlexibleTimeIntervalType = {}));