roles and permissions
This commit is contained in:
parent
d77c3ca1a5
commit
9808100d81
21 changed files with 389 additions and 59 deletions
|
@ -12,7 +12,7 @@ export type PermissionModule =
|
|||
| "user"
|
||||
| "role";
|
||||
|
||||
export type PermissionType = "create" | "read" | "update" | "delete";
|
||||
export type PermissionType = "read" | "create" | "update" | "delete";
|
||||
|
||||
export type PermissionString =
|
||||
| `${PermissionSection}.${PermissionModule}.${PermissionType}` // für spezifische Berechtigungen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue