mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-07 10:17:59 +00:00
Cleanup frontend comment service & other code
[ci skip]
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user