UNPKG

@hypernetlabs/objects

Version:
9 lines 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPaymentType = void 0; var EPaymentType; (function (EPaymentType) { EPaymentType["Push"] = "PUSH"; EPaymentType["Pull"] = "PULL"; })(EPaymentType = exports.EPaymentType || (exports.EPaymentType = {})); //# sourceMappingURL=EPaymentType.js.map