@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
6 lines (5 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.routePermissionList = exports.routeScopeList = void 0;
exports.routeScopeList = ["all", "workspace", "team", "project", "app"];
exports.routePermissionList = ["full", "own", "public", "create", "read", "update", "delete"];