pl4y-data-library
Version:
This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.
10 lines • 367 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TenantType = void 0;
var TenantType;
(function (TenantType) {
TenantType["STORE"] = "STORE";
TenantType["TEACHING"] = "TEACHING";
TenantType["BLOG"] = "BLOG";
})(TenantType = exports.TenantType || (exports.TenantType = {}));
//# sourceMappingURL=tenant-types.enum.js.map