UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPaymentType = void 0; var EPaymentType; (function (EPaymentType) { EPaymentType["app"] = "app"; EPaymentType["ondelivery"] = "ondelivery"; })(EPaymentType || (exports.EPaymentType = EPaymentType = {}));