UNPKG

wallee

Version:
13 lines (12 loc) 755 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShopifySubscriptionBillingIntervalUnit = void 0; var ShopifySubscriptionBillingIntervalUnit; (function (ShopifySubscriptionBillingIntervalUnit) { ShopifySubscriptionBillingIntervalUnit["MINUTES"] = "MINUTES"; ShopifySubscriptionBillingIntervalUnit["HOURS"] = "HOURS"; ShopifySubscriptionBillingIntervalUnit["DAYS"] = "DAYS"; ShopifySubscriptionBillingIntervalUnit["WEEKS"] = "WEEKS"; ShopifySubscriptionBillingIntervalUnit["MONTHS"] = "MONTHS"; ShopifySubscriptionBillingIntervalUnit["YEARS"] = "YEARS"; })(ShopifySubscriptionBillingIntervalUnit || (exports.ShopifySubscriptionBillingIntervalUnit = ShopifySubscriptionBillingIntervalUnit = {}));