mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-26 08:25:34 +00:00
Rename comments --> notes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
|
||||
export interface PaperlessDocumentNote extends ObjectWithId {
|
||||
created?: Date
|
||||
note?: string
|
||||
user?: number // PaperlessUser
|
||||
}
|
||||
Reference in New Issue
Block a user