mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Refactor frontend data models
This commit is contained in:
parent
5723bd8dd8
commit
66b2d90c50
120 changed files with 640 additions and 706 deletions
11
src-ui/src/app/data/document-suggestions.ts
Normal file
11
src-ui/src/app/data/document-suggestions.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export interface DocumentSuggestions {
|
||||
tags?: number[]
|
||||
|
||||
correspondents?: number[]
|
||||
|
||||
document_types?: number[]
|
||||
|
||||
storage_paths?: number[]
|
||||
|
||||
dates?: string[] // ISO-formatted date string e.g. 2022-11-03
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue