mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
frontend permissions dialogs
This commit is contained in:
@@ -10,6 +10,6 @@ export interface PaperlessUser extends ObjectWithId {
|
||||
is_active?: boolean
|
||||
is_superuser?: boolean
|
||||
groups?: PaperlessGroup[]
|
||||
permissions?: string[]
|
||||
user_permissions?: string[]
|
||||
inherited_permissions?: string[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user