UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EDiscountType = void 0; var EDiscountType; (function (EDiscountType) { EDiscountType["PERCENT"] = "PERCENT"; EDiscountType["FIXED_AMOUNT"] = "FIXED"; })(EDiscountType || (exports.EDiscountType = EDiscountType = {}));