UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

5 lines 379 B
export declare const routeScopeList: readonly ["all", "workspace", "team", "project", "app"]; export type IRouteScope = (typeof routeScopeList)[number]; export declare const routePermissionList: readonly ["full", "own", "public", "create", "read", "update", "delete"]; export type IRoutePermission = (typeof routePermissionList)[number]; //# sourceMappingURL=IPermission.d.ts.map