UNPKG

scheunemann-interfaces

Version:
11 lines (10 loc) 453 B
"use strict"; 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 = {}));