mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Refactor frontend data models
This commit is contained in:
parent
5723bd8dd8
commit
66b2d90c50
120 changed files with 640 additions and 706 deletions
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue