mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-07-12 15:05:08 +00:00
Unify API perm endpoint to set_permissions, initial frontend support for doc sharing
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
import { PaperlessUser } from './paperless-user'
|
||||
|
||||
export interface ObjectWithPermissions extends ObjectWithId {
|
||||
user?: PaperlessUser
|
||||
|
||||
permissions?: Array<[number, string]>
|
||||
}
|
||||
Reference in New Issue
Block a user