mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-20 00:56:26 +00:00
Refactor frontend data models
This commit is contained in:
9
src-ui/src/app/data/group.ts
Normal file
9
src-ui/src/app/data/group.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
|
||||
export interface Group extends ObjectWithId {
|
||||
name?: string
|
||||
|
||||
user_count?: number // not implemented yet
|
||||
|
||||
permissions?: string[]
|
||||
}
|
||||
Reference in New Issue
Block a user