pl4y-data-library
Version:
This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.
9 lines • 372 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StockLocation = void 0;
var StockLocation;
(function (StockLocation) {
StockLocation["BACKROOM"] = "BACKROOM";
StockLocation["SALES_FLOOR"] = "SALES_FLOOR";
})(StockLocation = exports.StockLocation || (exports.StockLocation = {}));
//# sourceMappingURL=stock-location.enum.js.map