mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-24 02:10:33 +00:00
Refactor frontend data models
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
|
||||
export interface CustomFieldInstance extends ObjectWithId {
|
||||
document: number // Document
|
||||
field: number // CustomField
|
||||
created: Date
|
||||
value?: any
|
||||
}
|
||||
Reference in New Issue
Block a user