mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-07 19:08:32 -05:00
move document count into matching model
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { MatchingModel } from './matching-model';
|
||||
|
||||
export interface PaperlessCorrespondent extends MatchingModel {
|
||||
|
||||
document_count?: number
|
||||
|
||||
last_correspondence?: Date
|
||||
|
||||
|
Reference in New Issue
Block a user