mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Cleanup frontend comment service & other code
[ci skip]
This commit is contained in:
parent
1b56ffd0c0
commit
1d2282df9e
9 changed files with 20 additions and 24 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { ObjectWithId } from './object-with-id'
|
||||
import { CommentUser } from './user-type'
|
||||
import { User } from './user'
|
||||
|
||||
export interface PaperlessDocumentComment extends ObjectWithId {
|
||||
created?: Date
|
||||
comment?: string
|
||||
user?: CommentUser
|
||||
}
|
||||
created?: Date
|
||||
comment?: string
|
||||
user?: User
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue