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