mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 00:41:11 -06:00
Refactor frontend data models
This commit is contained in:
7
src-ui/src/app/data/document-note.ts
Normal file
7
src-ui/src/app/data/document-note.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
|
||||
export interface DocumentNote extends ObjectWithId {
|
||||
created?: Date
|
||||
note?: string
|
||||
user?: number // User
|
||||
}
|
||||
Reference in New Issue
Block a user