Update paperless-document.ts

This commit is contained in:
Michael Shamoon 2022-10-03 00:27:57 -07:00
parent ad6ef7314b
commit 1f27f7c12d

View File

@ -29,8 +29,6 @@ export interface PaperlessDocument extends ObjectWithId {
content?: string
file_type?: string
tags$?: Observable<PaperlessTag[]>
tags?: number[]
@ -47,7 +45,7 @@ export interface PaperlessDocument extends ObjectWithId {
added?: Date
file_name?: string
original_file_name?: string
download_url?: string