move document count into matching model

This commit is contained in:
jonaswinkler
2020-12-27 13:07:58 +01:00
parent 802bd7fb0d
commit 4b9a8f3409
4 changed files with 3 additions and 6 deletions

View File

@@ -1,8 +1,6 @@
import { MatchingModel } from './matching-model';
export interface PaperlessCorrespondent extends MatchingModel {
document_count?: number
last_correspondence?: Date