mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update paperless-document.ts
This commit is contained in:
parent
ad6ef7314b
commit
1f27f7c12d
@ -29,8 +29,6 @@ export interface PaperlessDocument extends ObjectWithId {
|
|||||||
|
|
||||||
content?: string
|
content?: string
|
||||||
|
|
||||||
file_type?: string
|
|
||||||
|
|
||||||
tags$?: Observable<PaperlessTag[]>
|
tags$?: Observable<PaperlessTag[]>
|
||||||
|
|
||||||
tags?: number[]
|
tags?: number[]
|
||||||
@ -47,7 +45,7 @@ export interface PaperlessDocument extends ObjectWithId {
|
|||||||
|
|
||||||
added?: Date
|
added?: Date
|
||||||
|
|
||||||
file_name?: string
|
original_file_name?: string
|
||||||
|
|
||||||
download_url?: string
|
download_url?: string
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user