@gobolt/models
Version:
This is a shared repository that includes models that should be shared across all BoxKnight services. Do not include anything for the controller, service or repository layers of your application in this package.
9 lines • 447 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MappingParameterType = void 0;
var MappingParameterType;
(function (MappingParameterType) {
MappingParameterType["ORIGIN_UNIT"] = "ORIGIN_UNIT";
MappingParameterType["MERCHANT_DISPLAY_NAME"] = "MERCHANT_DISPLAY_NAME";
})(MappingParameterType || (exports.MappingParameterType = MappingParameterType = {}));
//# sourceMappingURL=mappingParameterType.js.map