This commit is contained in:
Philipinho
2026-05-27 10:43:43 +01:00
parent 830b5b4d45
commit 41aaeddac4
5 changed files with 27 additions and 7 deletions
@@ -4,6 +4,11 @@ export enum UserRole {
MEMBER = 'member',
}
export enum InviteUserRole {
ADMIN = 'admin', // can have owner permissions but cannot delete workspace
MEMBER = 'member',
}
export enum SpaceRole {
ADMIN = 'admin', // can manage space settings, members, and delete space
WRITER = 'writer', // can read and write pages in space