UNPKG

wallee

Version:
10 lines (9 loc) 430 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShopifySubscriberState = void 0; var ShopifySubscriberState; (function (ShopifySubscriberState) { ShopifySubscriberState["ACTIVE"] = "ACTIVE"; ShopifySubscriberState["DELETING"] = "DELETING"; ShopifySubscriberState["DELETED"] = "DELETED"; })(ShopifySubscriberState || (exports.ShopifySubscriberState = ShopifySubscriberState = {}));