UNPKG

@medusajs/order

Version:
9 lines 326 B
"use strict"; 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