UNPKG

wallee

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