mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Merge branch 'dev' into fix/issue-3945
This commit is contained in:
commit
f6dadd8c82
4 changed files with 39 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { MatchingModel } from './matching-model'
|
||||
|
||||
export interface PaperlessCorrespondent extends MatchingModel {
|
||||
last_correspondence?: Date
|
||||
last_correspondence?: string // Date
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue