2020-10-27 01:10:18 +01:00
|
|
|
import { MatchingModel } from './matching-model';
|
|
|
|
|
|
2020-10-30 22:46:43 +01:00
|
|
|
export interface PaperlessCorrespondent extends MatchingModel {
|
2021-06-13 10:48:46 -04:00
|
|
|
|
2020-10-27 01:10:18 +01:00
|
|
|
last_correspondence?: Date
|
|
|
|
|
|
|
|
|
|
}
|