UNPKG

wallee

Version:
9 lines (8 loc) 381 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.SubscriptionChargeType = void 0; var SubscriptionChargeType; (function (SubscriptionChargeType) { SubscriptionChargeType["MANUAL"] = "MANUAL"; SubscriptionChargeType["AUTOMATIC"] = "AUTOMATIC"; })(SubscriptionChargeType || (exports.SubscriptionChargeType = SubscriptionChargeType = {}));