UNPKG

wallee

Version:
11 lines (10 loc) 377 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChargeType = void 0; var ChargeType; (function (ChargeType) { ChargeType["ASYNCHRONOUS"] = "ASYNCHRONOUS"; ChargeType["SYNCHRONOUS"] = "SYNCHRONOUS"; ChargeType["TOKEN"] = "TOKEN"; ChargeType["TERMINAL"] = "TERMINAL"; })(ChargeType || (exports.ChargeType = ChargeType = {}));