Merge branch 'dev' into fix/issue-3945

This commit is contained in:
shamoon 2023-08-08 22:37:13 -07:00 committed by GitHub
commit f6dadd8c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 8 deletions

View file

@ -1,5 +1,5 @@
import { MatchingModel } from './matching-model'
export interface PaperlessCorrespondent extends MatchingModel {
last_correspondence?: Date
last_correspondence?: string // Date
}