@medusajs/order
Version:
Medusa Order module
9 lines • 326 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EVENT_STATUS = void 0;
var EVENT_STATUS;
(function (EVENT_STATUS) {
EVENT_STATUS["PENDING"] = "pending";
EVENT_STATUS["DONE"] = "done";
})(EVENT_STATUS || (exports.EVENT_STATUS = EVENT_STATUS = {}));
//# sourceMappingURL=index.js.map
;