mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 19:46:48 +01:00
use created_date
This commit is contained in:
parent
bb15b744c8
commit
2ca691d3b8
9 changed files with 43 additions and 48 deletions
|
|
@ -32,8 +32,12 @@ export interface PaperlessDocument extends ObjectWithId {
|
|||
|
||||
checksum?: string
|
||||
|
||||
// UTC
|
||||
created?: Date
|
||||
|
||||
// localized date
|
||||
created_date?: Date
|
||||
|
||||
modified?: Date
|
||||
|
||||
added?: Date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue