@nodeject/ui-components
Version:
UI library for non-trivial components
12 lines (11 loc) • 525 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ParentType = void 0;
var ParentType;
(function (ParentType) {
ParentType[ParentType["Organization"] = 0] = "Organization";
ParentType[ParentType["Portfolio"] = 1] = "Portfolio";
ParentType[ParentType["Project"] = 2] = "Project";
ParentType[ParentType["WbsComponent"] = 3] = "WbsComponent";
ParentType[ParentType["WorkItem"] = 4] = "WorkItem";
})(ParentType = exports.ParentType || (exports.ParentType = {}));