scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
11 lines (10 loc) • 453 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EVoucherTargetTypes = void 0;
var EVoucherTargetTypes;
(function (EVoucherTargetTypes) {
EVoucherTargetTypes["CART"] = "CART";
EVoucherTargetTypes["DELIVERY_FEE"] = "DELIVERY_FEE";
EVoucherTargetTypes["ITEMS"] = "ITEMS";
EVoucherTargetTypes["CATEGORY"] = "CATEGORY";
})(EVoucherTargetTypes || (exports.EVoucherTargetTypes = EVoucherTargetTypes = {}));