mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add enterprise Phase 1-4 feature flags and new permissions
This commit is contained in:
@@ -12,6 +12,9 @@ export type Permission =
|
||||
| "teams:manage"
|
||||
| "features:manage"
|
||||
| "system:health"
|
||||
| "audit:read";
|
||||
| "audit:read"
|
||||
| "compliance:manage"
|
||||
| "webhooks:manage"
|
||||
| "security:manage";
|
||||
|
||||
export type Role = "admin" | "editor" | "user";
|
||||
|
||||
Reference in New Issue
Block a user